• hello, every time I add a description to an event (add image and text) it also shows up in my events list. It should read like this:

    event 1
    date: 3/3/13
    time: 4:00PM
    Price: $5

    event 2
    date: 3/3/13
    time: 4:00PM
    Price: $5

    but it reads like this when I add a description to the specific event’s page:

    event 1
    date: 3/3/13
    time: 4:00PM
    Price: $5
    __________________________

    image

    __________________________

    more information about the event.kdhgvbka
    sdlgbksdbjks
    sdlgbjrboerbeonetjheto
    awriuo

    event 2
    date: 3/3/13
    time: 4:00PM
    Price: $5

    how can i hide this from my main events list? URGENT. quick fix would be greatttt

    http://wordpress.org/extend/plugins/the-events-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter izamarvirafuentes

    (@izamarvirafuentes)

    well I figured it out, ha.

    In the List.PHP, I removed this code:

    ‘<div class=”entry-content tribe-events-event-entry” itemprop=”description”>
    <?php if (has_excerpt ()): ?>
    <?php the_excerpt(); ?>
    <?php else: ?>
    <?php the_content(); ?>
    <?php endif; ?>
    </div> <!– End tribe-events-event-entry –>’

    Hi izamarvirafuentes,

    Glad you figured it out! Please note, when making changes to template files like list.php, it’s going to be better to make an override of the core file my making a copy and placing in an ‘events’ folder in your active theme. Then you can make changes and not worry about losing them when/if you update the plugin.

    Regards,
    Jonah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘hide description from events list’ is closed to new replies.