Quantcast
Channel: bbPress.org » All Posts
Viewing all articles
Browse latest Browse all 3638

Reply To: How To Create A bbPress SideBar

$
0
0

ok, put it into the child theme and remove form the parent theme – that way it doesn’t get lost on updates

so you have a bbpress specific sidebar as per

Layout and functionality – Examples you can use


yes ?

If so then in your new bbpress.php replace

line 49 ish

<?php get_sidebar(); ?>

with

<?php dynamic_sidebar( 'bbp-sidebar'); ?>


Viewing all articles
Browse latest Browse all 3638

Trending Articles