![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi, I was wondering if it was possible to have the category archive pages show thumbnail images instead of the full sized image in the post. Is this an easy thing to code?
|
|
#2
|
|||
|
|||
|
Hi,
Yes. You could try something like this. Find this in archive.php: Code:
<?php the_content(__('Read more'));?><div style="clear:both;"></div>
Code:
<?php if( get_post_meta($post->ID, "thumbnail", true) ): ?> [img]<?php echo get_post_meta($post->ID, [/img]" alt="<?php the_title(); ?>" /> <?php else: ?> <?php endif; ?> <?php the_content_limit(80, ""); ?> <div style="clear:both;"></div>
__________________
Ade Themessence - Studiograsshopper WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL! Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort. |
|
#3
|
|||
|
|||
|
This works great, thanks for the help!!
|
|
#4
|
|||
|
|||
|
Great! Glad it worked. :)
__________________
Ade Themessence - Studiograsshopper WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL! Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Add Thumbnails to the Category Archive Pages | tutorials | General Discussion | 1 | 01-05-2010 12:18 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 show thumbnails on category and archive pages? | webwowster | General Discussion | 1 | 07-13-2009 06:27 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us