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.