StudioPress Community Forums

StudioPress Community Forums (http://www.studiopress.com/support/index.php)
-   General Discussion (http://www.studiopress.com/support/forumdisplay.php?f=7)
-   -   How to Add Thumbnails to the Category Archive Pages (http://www.studiopress.com/support/showthread.php?t=19269)

tutorials 01-05-2010 12:18 PM

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>

tutorials 01-05-2010 12:18 PM

If you think a topic should be added to the Tutorials, please let us know via Private Message (PM).


All times are GMT -5. The time now is 11:18 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.