StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #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>
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Add Thumbnails to the Blog Page and Category Archive Pages tutorials General Discussion 1 01-05-2010 12:45 PM
How to Add Thumbnails to Your Blog Page and Category Archive Pages tutorials General Discussion 1 01-05-2010 12:13 PM
How to Add Thumbnails to Your Blog Page and Category Archive Pages tutorials General Discussion 1 01-05-2010 12:02 PM
How to Add Thumbnails to Your Blog Page and Category Archive Pages tutorials General Discussion 1 01-05-2010 12:01 PM
How to show thumbnails on category and archive pages? webwowster General Discussion 1 07-13-2009 06:27 AM


All times are GMT -5. The time now is 01:51 PM.

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