Support » Networking WordPress » Buddypress childtheme – path to child theme image folder

  • Im building a child theme for a multisite buddypress site. And i wish to use the logo.png image located at the/wp-content/themes/theme/images/logo.png

    Normally i would go about it like this:
    <img src="<?php bloginfo('url'); ?>/wp-content/themes/theme/images/logo.png">

    But i would much more prefere a solution where i dont have to define an absolute path efter the <?php bloginfo('url'); ?>

    Is there a smarter way to implement this ?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buddypress childtheme – path to child theme image folder’ is closed to new replies.