Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbpress with widget logic

  • Hi guys, I have a very strange problem with widget logic and bbpress.

    I created a normal page (post id = 126) and added the shortcode: [bbp-topic-index] .

    I now wish to not show any of my widgets on this particular page by using !is_page(‘126’) however this just doesnt work!

    I try it on other normal pages containing text and no forum shortcodes and everything works!

Viewing 1 replies (of 1 total)

  • Lynq
    Participant

    @lynq

    If you are checking that you are on the current page should it be

    is_page('126')

    and not

    !is_page('126')

    Or am I not getting what is going on?

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar