Hey Community,
I am trying to link to an image in the "my-templates" directory for my bbpress template. When editing templates in Wordpress I used:
<?php bloginfo('stylesheet_directory'); ?>
Is there something similar that I can use for bbPress?
I tried:
<?php bb_stylesheet_uri(); ?>
& it didn't work.
Anyhow, any help would be greatly appreciated.
Thanks,
Orion