Title: Issue with bbpress
Last modified: August 21, 2016

---

# Issue with bbpress

 *  [hiboy](https://wordpress.org/support/users/hiboy/)
 * (@hiboy)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/issue-with-bbpress/)
 * I created a main “category” type, parent a “forum” type to it and when user post
   to the “forum” type, it lead to a “topic” type page.
 * I use widget logic plugin to show widget to the sidebar. I have a issue here,
   using is_single(), the widget show on both wordpress single post page and “topic”
   type single page, what logic should i use to show only on the “topic” type single
   page?
 * [http://wordpress.org/extend/plugins/widget-logic/](http://wordpress.org/extend/plugins/widget-logic/)

Viewing 1 replies (of 1 total)

 *  [alanft](https://wordpress.org/support/users/alanft/)
 * (@alanft)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/issue-with-bbpress/#post-3771548)
 * I don’t know bbpress all that well, but you might find all sorts of useful stuff
   here…
    [http://bbpress.trac.wordpress.org/browser/trunk/includes/common/template-tags.php](http://bbpress.trac.wordpress.org/browser/trunk/includes/common/template-tags.php)
 * and this might be what you are after
 *     ```
       Check if current page is a bbPress topic
       function bbp_is_topic( $post_id = 0 )…
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Issue with bbpress’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/widget-logic_c8dde5.svg)
 * [Widget Logic](https://wordpress.org/plugins/widget-logic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/widget-logic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/widget-logic/)
 * [Active Topics](https://wordpress.org/support/plugin/widget-logic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/widget-logic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/widget-logic/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [alanft](https://wordpress.org/support/users/alanft/)
 * Last activity: [12 years, 12 months ago](https://wordpress.org/support/topic/issue-with-bbpress/#post-3771548)
 * Status: not resolved