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 Edit Templates | Event Espresso - Staging Server
My site has custom templates with the following text (referring to another event management plugin):
=&meta_value=’.$todaysDate.’&orderby=meta_value&order=ASC’);
if ( have_posts() ) : while ( have_posts() ) : the_post();
echo ”;
?>
<a href="”>
<?php
echo '’;
endwhile; else:
echo ‘No upcoming event.’;
endif;
wp_reset_query();
?>
What syntax would I use to replace it with Espresso information?
The code didn’t come through. Either way, Event Espresso doesn’t require you to modify the theme templates in order to display events. It uses a different method that involves placing shortcodes on a page and publishing it.
For example if you want to display a list of events, you can add this to a page:
[EVENT_LIST]
and it will do the rest of the work.
Right there are templates on our website that call upcoming and features from our old RSVP maker plug in. I would like to edit the template to pull information from the event espresso system. My problem is a don’t. Know syntax to use to replace the rsvpmaker statements. Look at our website http://www.westpalm100.org under calendar of events.
I’m still not sure what you are looking to do. I view the calendar of events page, and it’s displaying a calendar generated by Event Espresso. I can recommending removing the “(Available parameters: month, basicWeek, basicDay, agendaWeek, agendaDay)” message from the page as it’s not needed.
The support post ‘Edit Templates’ 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.