This will depend on your theme. But for the templates that come with the BBPress plug-in, the single topic template page is singe-topic.php
. This in-turn doesn’t do much, but call content-single-topic.php
. This displays stuff like the password form for protected topics, displays topic description etc. and then loops through the replies to the topic with loop-replies.php
.
content-single-topic.php
includes the form to reply to the current topic. If you are after where the form to write a new topic is, that is in, content-single-forum.php
, called from within single-forum.php
.
These files will be within the plug-in’s folder, unless your theme is ‘bbpress-ready’. You can copy these files into your current theme and then add add_theme_support( 'bbpress' );
into your functions.php
to tell WordPress to look there for the templates.- Then you can edit the templates there.
Related Posts:
- How to Detect if I am on a bbpress ‘plugin’ page?
- How to change the text of link ‘Home’ in bbPress forum breadcrumb?
- How to create a custom nested loop in bbPress (WordPress + bbPress plugin)
- How to change role titles in Bbpress?
- bbPress or WordPress + forum plugin?
- BBpress error wp-init [closed]
- Where does bbPress store author info for anonymous users?
- how to edit bbp_forum_freshness_link() format
- BBPress private topics by default
- Conditional if statement ($post->ID == get_the_ID) not working
- How to add more fields to bbPress registration form
- bbPress replies list
- BBPress bbp_new_reply action not firing when user replies to embedded thread
- How to disallow participant from publishing topics(bbpress)?
- wp_delete_post() not working with BBpress replies
- How to display BBpress statistics?
- Trouble installing bbpress [closed]
- How to disable sidebar only in bbPress and not WordPress?
- How to get bbpress sticky topics
- How to show recents topics below the forum’s title (WordPress + bbPress plugin)?
- How to add ‘Views’ in the forums page of bbPress (plugin)?
- How do I remove certain fields from the forum edit my profile page?
- How can i show Cubepoints ranks/points in bbpress replies
- Arrange BBpress replies in reverse order
- Avatar picture does not display when using get_avatar
- Team Collaboration in WordPress
- Post and bbpress – link discuss on forum
- Setup login/register buttons for bbPress?
- pre_get_posts and BBPress in Swagger Theme
- Change the avatar ratio in bbPress login widget
- Suggestions to prepare a site which is 90% based on a plugin that’s still on beta stage?
- How to exclude one parent id from post_parent’ => ‘any’, in WordPress / bbPress?
- Scrolling on reply url
- Get rid of the word private in bbpress forums names
- How to add class to bbPress bbp_get_topic_author_link()?
- Add QuickTag in bbpress replies
- If post type = forum then breadcrumbs Home > Forums
- Connect WordPress comment moderation with bbPress Moderation plugin
- bbPress – Post count increases after every edit
- How to remove br and p tags from bbPress
- How to use the bbPress import tool
- bbpress plugin moderation
- bbPress plugin – How do I add a forum description?
- bbpress Not Showing: How to troubleshoot?
- bbPress – select a topic reply as “answer”
- bbPress is not displaying video player
- Show the parent forum in a topic with bbPress [closed]
- Integrate WordPress and bbpress profiles?
- Add custom menu item using wp_nav_menu_items filter
- Seamless integration between WordPress and BBpress
- how to redirect to a custom password retrieval page
- How to prevent spam users registering even with registration disabled
- how to speed up a complex wp_query?
- Arrange BBpress topics by created
- Why does deactivating a plugin cause error: “You do not have sufficient permissions to access this page”?
- bbpress change the word forum, topic, reply in the forum to another word I choose
- Is there a way to import Blogger into bbPress?
- WordPress and bbPress Login conflicts?
- How can I check if on specific plugin generated page or child
- Adding custom fields to bbpress reply form
- Custom Profile Fields move from BBpress to BuddyPress
- WYSIWYG editor with image upload for “Normal Users” [closed]
- get_posts() not working in functions.php
- Require tags for bbPress topics [closed]
- How to convert WordPress comments to bbPress replies [closed]
- bbPress plugin: forum lists not showing in correct order? [closed]
- WPDB SQL query with prepare() returning variable, not db value
- Duplicate New User Registration notices (BuddyPress and bbPress both installed)
- How do I redirect users after submitting a topic for moderation?
- How to filter bbPress replies (content)?
- I can’t access my WordPress dashboard – shows Warning message [closed]
- Assigning multiple or additional capabilities to specific users or how to create additional roles like bbpress roles?
- How to completely hide a WordPress/BuddyPress Install? [closed]
- How do I determine if the user who registered is not spam?
- Plugin to create Posts and Forums then choose category and parent forum
- WordPress -> If Is Role Subscriber Show Image?
- Loading bbPress CSS file only on forum directory
- Using my own user table
- Common user login for two different wordpress installation and bbpress
- bbpress plug-ins and buddypress [closed]
- How to get the post id (of the parent custom custom type) in a loop inside a widget?
- Can’t place two custom post types into the WordPress search query?
- Query for bbPress replies to current topic?
- How to make the following loop break/stop when it reaches 2 posts (custom post types called Topics)?
- return bbp_get_topic_author_id as integer
- Incorrect display of bbpress forum topics & replies
- bbPress: modifying template for forum index
- How to stopping auto scrolling after submitting the form?
- How to enable truly anonymous posting in bbPress forums? [closed]
- Allow BBPress participant role to trash topics
- Access methods in plugin template
- What is the template file for topic layouts in bbPress?
- WordPress editor, change code wrap (bbpress?)
- Where To Find bb_profile_data(); In bbPress?
- phpBB 3 to bbPress
- How do I to override login redirect on specific pages?
- How to write an if statement which reads: ‘if is this custom post type or a child of it do the following’?
- Cant edit profile from frontend
- Remove embed url for internal links
- How to create a buddypress group automatically if a topic is created