When I first started installing bbPress for a client, here are some issues that I faced. I’m giving you the solutions so you don’t have to go thru the entire process of searching for an answer.
- What is the link to the theme directory?
In WordPress if you need to link to the theme directory you just use the tag:
bloginfo(template_directory)For the moment there is no such option in bbPress. The basic documentation does not provide this very essential piece of information. After much research this is what I found:
< ?php bb_option('uri'); ?>my-templates/your-template-directory-name





