Add Tags to Venues

Home Forums Calendar Products Events Calendar PRO Add Tags to Venues

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1029364
    Steve
    Participant

    Hi,

    I have a theme that can filter by tags so I was wondering if there was a way to add tags to location/venue pages in WordPress?

    thanks!

    #1029366
    Steve
    Participant

    I figured it out! I just added this to my theme’s functions.php:

    function demo_add_default_boxes() {
    register_taxonomy_for_object_type(‘post_tag’, ‘tribe_venue’);
    }

    #1029731
    Brian
    Member

    I am glad to see you were able to figure it out.

    I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add Tags to Venues’ is closed to new replies.