Info
- 3 posts
- 2 voices
- Started 3 years ago by Samuel
- Latest reply from Samuel
- This topic is resolved
Calling to theme location
-
- Posted 3 years ago #
I am trying to embed some javascript on my BBpress forum using this code from my WordPressblog.
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/prototype.js"></script>
What is the equivalent of <?php bloginfo('template_url'); ?> in BBpress?
-
- Posted 3 years ago #
<?php bb_active_theme_uri(); ?> -
- Posted 3 years ago #
Thank you.
-
You must log in to post.