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