Trouble displaying single event
-
Hello,
I am getting the following error when I try to preview any event, or try and view the single even:
Catchable fatal error: Object of class WP_Error could not be converted to string in ….public_html/wp-content/themes/nimva/functions/custom_functions.php on line 425
The code referred to in the custom_functions.php file is:
if(is_singular('event')) { echo get_the_term_list($post->ID, 'event-categories', '<li>', ' / ', '</li>'); echo '<li>'.get_the_title().'</li>'; }
Any ideas as to what is causing this conflict?
Many thanks in advance,
Kate.https://www.ads-software.com/plugins/very-simple-event-list/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Trouble displaying single event’ is closed to new replies.