Return to Snippet

Revision: 52158
at October 14, 2011 20:07 by wpbedouine


Initial Code
<img src="<?php bloginfo('template_directory'); ?>/images/myimage.jpg" />

<!-- which replaces -->

<img src="images/myimage.jpg" />

Initial URL


Initial Description


Initial Title
linking Wordpress to files within the theme - bloginfo(template_directory);

Initial Tags


Initial Language
HTML