Forums
-
- Forum
- Posts
-
- Installation
- 28,380
- Troubleshooting
- 62,251
- Themes
- 10,390
- Plugins
- 15,311
- Requests & Feedback
- 14,897
- Showcase
- 3,252
-
There already is a function is_front()
if (is_front()) {
// do stuff
}
lots of related functions in template-functions.php
if you need multiple pages, a trick I like to use is
if (in_array(bb_get_location(),array('topic-page','tag-page','forum-page'))) {
// do stuff
}
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS