Show Event-Picture without Description?

Home Forums Calendar Products Events Calendar PRO Show Event-Picture without Description?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #122965
    parnemannmedia
    Participant

    Hello,

    how can i take the Fav. Picture of an event-Entry to display without the event-text in the List-View? The Picture should stand alone next to the Title, Date and venue. But i dont need the Event-Text in the List-view.

    Sorry for my english! 😉

    Sven

    #123089
    Barry
    Member

    Hi Sven,

    So if I am understanding you correctly and you wish to remove the event description from list view, the first step is to review our Themer’s Guide which explains how to safely override and customize our templates.

    With that done, you’re probably going to want to customize the list/single-event.php template. Simply find and locate the following lines of code:

    <!-- Event Content -->
    <?php do_action( 'tribe_events_before_the_content' ) ?>
    <div class="tribe-events-list-event-description tribe-events-content description entry-summary">
    	<?php the_excerpt() ?>
    	<a href="<?php echo tribe_get_event_link() ?>" class="tribe-events-read-more" rel="bookmark"><?php _e( 'Find out more', 'tribe-events-calendar' ) ?> &raquo;</a>
    </div><!-- .tribe-events-list-event-description -->
    <?php do_action( 'tribe_events_after_the_content' ) ?>

    Does that help?

    #130061
    Barry
    Member

    This thread’s not seen much activity for the last couple of weeks so I’ll go ahead and close it. Of course if you still need help with this or any other issue please don’t hesitate to create a new thread (or threads) and one of the team will be only too happy to help. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Show Event-Picture without Description?’ is closed to new replies.