<p><img src="<?php bloginfo('template_directory');?>/images/XXX.jpg" alt="" width="" height="" /></p>
↓
出力EX) http://XXX.jp/wp/wp-content/themes/themeXXX/images/XXX.jpg"
※('template_directory') はテーマの呼び出し なので...HTMLのみで
<p><img src="http://XXX.jp/wp/wp-content/themes/themeXXX//images/XXX.jpg" alt="" width="" height="" /></p>
でも同じ結果になる











