![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Hi all:
I'm trying to add Thumbnails to my Blog Pages and Category Archive Pages; I found a method here: http://www.studiopress.com/support/s...ad.php?t=19267 The proposed method works fine for archive pages like this one: http://www.acimblog.com/category/contributors/ but apparently not for blog pages like this one: http://www.acimblog.com/tmtt-ashland...-in-september/ Any suggestions? THANKS in advance :-) I'm using Lifestyle 4.0, and double-checked the replaced php code after editing it to make sure it was identical in both the archive.php and the page_blog.php file: <!-- How to Add Thumbnails to Your Blog Page and Category Archive Pages http://www.studiopress.com/support/s...ad.php?t=19267 added 23Jan2010 --> <?php if( get_post_meta($post->ID, "thumb", true) ): ?> <a href="<?php the_permalink() ?>" rel="bookmark"><img class="thumb" src="<?php bloginfo('template_directory'); ?>/tools/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumb", $single = true); ?>&h=<?php echo get_theme_mod('featured_bottom_thumb_height'); ?>&w=<?php echo get_theme_mod('featured_bottom_thumb_width'); ?>&zc=1" alt="<?php the_title(); ?>" /></a> <?php else: ?> <?php endif; ?> |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pb with tutorial "Add Thumbnails to Your Blog Page and Category Archive Pages" | shuyvenaar | General Discussion | 2 | 01-09-2010 11:55 AM |
| 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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us