Forums

Join
bbPress Support ForumsInstallationLink template directory

Info

Tags

Link template directory

  1. Is there a function to link to the template directory?
    I wanna include a different CSS for mobile devices by using php...

    grz,
    Mathias

  2. I found this for Style Sheet:
    <?php bb_stylesheet_uri(); ?>

    But i need something like that for the directory of the style...

  3. Anyone?

  4. template directory has no code. you must use
    http://"<?php bb_uri(); ?>/my-templates/your theme name/

  5. You must log in to post.