• Resolved Mr Lucky

    (@voodoochill)


    When I add a description to an Events categeroy it does not show on the page, as it does with a standard posts category. I am using Twenty Sixteen

    Is there a way to show the description? Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support Jaime

    (@jaimemarchwinski)

    Hi @voodoochill,

    You should be able to do something like this using ‘term_description().’ Here’s an example of how this function would work with the Event Categories:

    <?php echo term_description( $term_id, 'events_cat' ); ?>

    Where $term_id is the ID of the Category that you’d like to display the description for. You’ll also want to take a look at our themer’s guide to understand how to override template files and customize them for your needs.

    I hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Events category description is not showing’ is closed to new replies.