Info
- 5 posts
- 4 voices
- Started 2 years ago by dbmartin
- Latest reply from gerikg
- This topic is not resolved
Template URI
-
- Posted 2 years ago #
Is there a template tag or function to get the uri to your template file? So far, all I've been able to find is
<?php bb_option('url'); ?>, but that just returns the uri to the base directory. Is there one that will display the uri to the template directory? Like in WordPress (<?php bloginfo('template_directory'); ?>)? -
- Posted 2 years ago #
It's called in header.php:
<link rel="stylesheet" href="<?php bb_stylesheet_uri(); ?>" type="text/css" /><?php bb_stylesheet_uri(); ?>
-
- Posted 2 years ago #
Thanks!
-
- Posted 1 year ago #
How can I remove the stylesheet filename?
-
- Posted 1 year ago #
use bb_active_theme_uri() instead
-
You must log in to post.