• Howdy,
    We are using the plugin for a festival. At the bottom of the speaker landing page their sessions are listed below. Our sessions our events. Is there a way to remove the leading “Sessions with” text before the speaker’s name at the bottom of their description? I have searched the php for “sessions with” to no avail.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    file single-cr3ativspeaker.php`line 78 ,)

    Thread Starter PlanoBrickHouse

    (@planobrickhouse)

    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(

    Thread Starter PlanoBrickHouse

    (@planobrickhouse)

    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.

    Nice. In fact, I use a slightly different environment with the DIVI integration, so the code is not always where you expect it most 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Speaker Display Page’ is closed to new replies.