List View – change description from "excerpt" to full content instead
-
Hi I am working on the template:
list/single-event.phpAnd I would like to customize the “Event Content” to show the full event description, rather than just the excerpt.
I have tried already to change the function line:
<?php echo tribe_events_get_the_excerpt(); ?>to
<?php the_content(); ?>
This doesn’t work. Or rather — it technically works, but then the formatting for some parts of the event information gets skewed.
Is there a recommended way to go about this, so that my content is the full content, instead of the excerpt?
Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘List View – change description from "excerpt" to full content instead’ is closed to new replies.