![]() |
Thumbnails in archive pages
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?
|
Re: Thumbnails in archive pages
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) ): ?> |
Re: Thumbnails in archive pages
This works great, thanks for the help!!
|
Re: Thumbnails in archive pages
Great! Glad it worked. :)
|
| All times are GMT -5. The time now is 04:10 PM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.