Most wordpress themes combine comments with trackbacks, if you want to separate comments and trackbacks so that it will looks more organized, then you can follow the below step by step guide.
Step 1
Open comments.php and look for
<?php foreach ($comments as $comment) : ?>
Paste after
<?php $comment_type = get_comment_type(); ?>
<?php if($comment_type == 'comment') { ?>
Step 2
Scroll down a bit and look for
<?php endforeach; /* end for each comment */ ?>
Paste before
<?php } else { $trackback = true; } /* End of is_comment statement */ ?>
Step 3
Look for
<?php else : // this is displayed if there are no comments so far ?>
Paste before
<?php if ($trackback == true) { ?>
<h3>Trackbacks</h3>
<ol>
<?php foreach ($comments as $comment) : ?>
<?php $comment_type = get_comment_type(); ?>
<?php if($comment_type != 'comment') { ?>
<li><?php comment_author_link() ?></li>
<?php } ?>
<?php endforeach; ?>
</ol>
<?php } ?>
/images/logo.png)
If you want to put the caption under your images, then you can make use of /images/twitterfollow.png)
/images/rssfeed.png)
/images/recentposts.gif)
/images/ico-rss.gif)
/images/ads125125.gif)