Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Espresso Events | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Espresso Events

Espresso Events

Posted: October 30, 2012 at 7:32 pm

Viewing 2 reply threads


James Bolden

October 30, 2012 at 7:32 pm

Currently on my website I have hardcoded page templates and my old event manager had the following php statement:
=&meta_value=’.$todaysDate.’&orderby=meta_value&order=ASC’);
while ( have_posts() ) : the_post();
echo ”;

To display a list of Event Espresso events what would I replace this statement with?


James Bolden

October 30, 2012 at 7:33 pm

=&meta_value=’.$todaysDate.’&orderby=meta_value&order=ASC’);
while ( have_posts() ) : the_post();
echo ”;


Dean

  • Support Staff

October 31, 2012 at 1:57 am

Hello James,

Firstly you don’t need a hardcoded template, you can use the shortcode [EVENT_LIST] http://staging.eventespresso.com/wiki/shortcodes-template-variables/#event-list

If you still need to hardcode it in, you can use this <?php echo do_shortcode('[EVENT_LIST]');?>

Viewing 2 reply threads

The support post ‘Espresso Events’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso - Staging Server