先日、左サイドバーにアバターを貼り付けていましたが、
突然、消えました。
index phpを色々と変えたりしていて、
気付いたら、消えていました。
左サイドバーのphpには、
アバター画像が貼れるように設定されています。
index phpは操作していたところは以下の部分です。
<h4>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?> <?php edit_post_link('<img src="'.get_bloginfo(template_directory).'/images/pencil.png" alt="Edit Link" />','<span class="editlink">','</span>'); ?></h4>
<?php the_content('Read the rest of this entry »'); ?>
<?php $withcomments = true; comments_template(); ?>
<?php endwhile; ?>
<?php include (TEMPLATEPATH . '/navigation.php'); ?>
間違えて必要な部分を消してしまったのか、
他に何か原因があるのか教えて下さい。