View Single Post
  #1  
Old 01-05-2010, 12:18 PM
tutorials's Avatar
tutorials tutorials is offline
Training
 
Join Date: Aug 2009
Location: cyberspace
Posts: 825
Default How to Add Thumbnails to the Category Archive Pages

Open archive.php and place
Code:
 <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?>
                    <?php else: ?>
                    <?php endif; ?>
immediately before
Code:
  <?php the_content(__('Read more'));?><div style="clear:both;"></div>