I am creating a few new bbPress themes and would like to add a couple sidebars to them. Is the PHP include function the best way to do this?
(example: <?php include 'sidebar.php'; ?>)
It's what I have been using and it works. But I would like to know if there is a bbPress tag out there that does the same thing.
Thanks in advance.