Found it on line 155 of the Rencontre template file.
<h2 class=”session”><?php _e( ‘Sessions’, ‘cr3at_conf’ ); ?> with <?php the_title (); ?></h2>
Thanks for steering me in the correct direction.
It appears that line 74 has the word “Sessions”, but I’m unable to locate the word “with”. Just trying to remove those two words from the header. Sorry for my ignorance.
73 <?php $this_post = $post->ID; ?>
74 <h2 class=”session”><?php _e( ‘Sessions’, ‘cr3at_conf’ ); ?></h2>
75
76 <?php
77 add_filter(‘posts_orderby’,’cr3ativoderby’);
78 $wp_query = new WP_Query(array(
Changing the short fixed the issue! Thank you very much for the handy plugin. I had screen shots, but I couldn’t upload them here.
Thanks again,
House