Viewing 1 replies (of 1 total)
  • Brook

    (@brook-tribe)

    Howdy Philson,

    Typically if you want a sidebar on some event pages pages but not others you would create a theme override: Themer’s Guide

    Then wrap your sidebar code, widget area, or individual widget in the relevant tribe conditional. For instance if you wanted to hide the sidebar form the single even page you could do something like this:

    if(tribe_is_event() && !is_single()){ get_sidebar(); }

    Here is a list of all the tribe functions including useful conditionals: Technical Documentation

    Cheers!

    – Brook

Viewing 1 replies (of 1 total)
  • The topic ‘WIdget control’ is closed to new replies.