• Hello! I added the events in the loop of my blog … But not appear the categories in my blog … Or better … I added this code below:

    // * Fazer a ligação tribe_events CPT às categorias taxonomia
    add_action ( 'init', 'sk_add_category_taxonomy_to_events');
    sk_add_category_taxonomy_to_events function () {
    	register_taxonomy_for_object_type ( 'categoria', 'tribe_events');
    }

    he carried the categories and I could add to the categories in the blog loop .. but when I search for the category of the event, does not appear events. How to fix it? Thank you.

    https://wordpress.org/plugins/the-events-calendar/

Viewing 1 replies (of 1 total)
  • Hi,

    Unfortunately, these types of customizations extend beyond what we’re able to cover :-/ We’ve got a list of customizers that might be able to help if it gets above your skill set. Cheers 🙂

Viewing 1 replies (of 1 total)

The topic ‘Adding categories in the blog loop’ is closed to new replies.