webworthydesign
7/24/2014 - 5:28 PM

This will return the URI of the template directory to be used for things like linking images etc.

This will return the URI of the template directory to be used for things like linking images etc.

<?php echo get_template_directory_uri(); ?>

<!-- or  -->

<img src="<?php bloginfo('template_directory'); ?>/images/bbdc.png">