#1972 closed enhancement (invalid)
add some values to $wp_query
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.1.2 |
Component: | Back-end | Keywords: | |
Cc: |
Description
like [is_bbp] => 1, so including a specific code in the templete to know that if this is bbPress page (forum, topic, edit-reply, user, edit-user, etc...) or not...
I mean to tell the page that this is a bbPress page an not other...
Change History (4)
Note: See
TracTickets for help on using
tickets.
I fount that we can use bbp_is_theme_compat_active() for this, but I'm not very sure...