• I am trying your plugin because i am interested in saling ticket. But actually i need to have displayed on the category page (of event calendar) the category description with its SEO otpi.

    Is it possible to display event categories description into the event calendar category page ?

    Thank you for your answer.
    Regards.

Viewing 1 replies (of 1 total)
  • Hi David,

    Thanks for writing in! It would be possible to do that in the single-event.php template with something like:

    if( tribe_is_tax() ) {
        echo category_description( $category_id );
    }

    Just out of curiosity–why the 2-star review? Is there something about the plugin you don’t like or where there is room for improvement? It would be awesome if you could elaborate on that so we can take the feedback and use it to make things better in the future.

    Thanks!
    Geoff

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin not showing descriptions on category (Not SEO opti)’ is closed to new replies.