get_template_part conflict with bbPress
-
Topic
-
I have run in to what must be fixed on this forum https://github.com/themeblvd/Theme-Blvd-bbPress-Patch/issues/1
But how?
My fix:
I put content-search.php from bbPress in to /child_theme_folder/bbpress/
Then content-search.php from Jump Start in to /child_theme_folder
In Jump Starts content-search.php I add a check for bbPress, if yes skip to its own content-results.phpif ( is_bbpress() ) { get_template_part( 'bbpress/content', 'search' ); }
seems to work so why bother thinking but there is a better way? – if this even holds water. Only checked with 2 posts 🙂
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.