Widget depending on bbPress
-
How to define widget not to rendered in the forum area.
!is_page() && !is_category()
I get only for forum are belonging witget not to be rendered in normal pages
and category sub page.Didn’t work with normal blog articles (blog posts)
!is_page() && !is_category() && !is_single()this couldn’t be used for forums because widgets couldn’t be seen in forum area.
The page I need help with: [log in to see the link]
The topic ‘Widget depending on bbPress’ is closed to new replies.