unable to pull in event content – list widget

Home Forums Calendar Products Community Events unable to pull in event content – list widget

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1082086
    paul
    Participant

    Hello… I’ve been over the themer’s guide, and have tried lots of different tweaks, but can’t get the actual content to show up for events in the list widget. My ical import drops important event info in the actual post content field… how to pull that in to the list widget? It’s strange… I dropped in a test paragraph, and I can see it in the source code for my site (http://143.95.67.209/~easthigh/), but it doesn’t appear on the front end for the user. Here’s what I’ve tried in single-event.php in my theme folder:

    <h2 class="tribe-events-title">
    			<a href="<?php echo esc_url( tribe_get_event_link() ); ?>" rel="bookmark"><?php the_title(); ?></a>
    				</h2>
    
    		<?php the_content(); ?>
    
    		<?php do_action( 'tribe_events_list_widget_after_the_event_title' ); ?>

    How can I pull in the content? Thank you!

    • This topic was modified 10 years, 2 months ago by paul.
    • This topic was modified 10 years, 2 months ago by Geoff.
    • This topic was modified 10 years, 2 months ago by Geoff.
    #1082243
    paul
    Participant

    Had to add “inline” style to the p tag.

    #1082421
    Geoff
    Member

    Nice work, Paul! Thanks for reaching out and following up to let us know what worked. Feel free to hit us with any other questions that pop up and we’d be happy to help. 🙂

    Cheers!
    Geoff

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘unable to pull in event content – list widget’ is closed to new replies.