[SOLVED] Breadcrumb custom display in the theme
-
Hi,
I am using bbPress for a WordPress website. It is working great, but I have few problems to customize it…
In the WP theme I made, I have a breadcrumb (created in functions.php), and in the forums pages, I also have the bbPress breadcrumb that is displayed. Because mine doesn’t work in the forum pages (because I don’t succeed in displaying the custom posts), I would like to do something like this in my theme files:
– If the Forum Page is displayed –> display my_breadcrumb(); (because it is a normal post)
– If the other forum pages are displayed –> display bbp_breadcrumb(); (because they are custom posts)But for this (stop me if I am wrong) I think I have to edit the bbp_template_before_forums_loop in the bbp-theme-compat folder, to remove manually the bbp_breadcrumb and to display it in my theme, but I can’t find in which file is called bbp_template_before_forums_loop.
Thanks by advance for your help, and don’t hesitate to ask if you need more details!
- You must be logged in to reply to this topic.