Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Template tag for calling the template directory

@sambauers

Participant

Use these functions:

bb_active_theme_uri(); // echos active theme URI
bb_get_active_theme_uri(); // returns active theme URI
bb_get_theme_uri( 'user#foobar' ); // returns given theme URI where theme is in "my-templates/foobar"

Skip to toolbar