Gridview Based On Category

Home Forums Calendar Products Events Calendar PRO Gridview Based On Category

Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #19482
    Jonah
    Participant

    You can use is_tax to check for specific taxonomies and apply conditional code that way:

    if(is_tax( 'tribe_events_cat', 'Your Category Name' )) {
    //do this
    }

    #19483
    Jonah
    Participant
    #19579
    rudeetours
    Member

    Thanks for all your help Jonah. I’ve finally got this as needed.

    #19606
    Rob
    Member

    Nice! Nice to hear you’re all set, rudeetours, and thanks for being patient with us on this. If we can do anything else down the road don’t hesitate to let us know.

    #976912
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 31 through 35 (of 35 total)
  • The topic ‘Gridview Based On Category’ is closed to new replies.