Forums

Join
bbPress Support ForumsThemesCalling to theme location

Info

Calling to theme location

  1. 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?

  2. <?php bb_active_theme_uri(); ?>

  3. Thank you.

  4. You must log in to post.