C:\stinger20130825\home.php C:\stinger20130827b\stinger20130827b\home.php
27<?php else: // サムネイルを持っていないときの処理 ?> 27<?php else: // サムネイルを持っていないときの処理 ?>
28<img src="<?php bloginfo('template_directory'); ?>/images/no-img.png" alt="no image" title="no image" width="150" height="150" /> 28<img src="<?php get_template_directory_uri(); ?>/images/no-img.png" alt="no image" title="no image" width="150" height="150" />
29<?php endif; ?>  29<?php endif; ?>