![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
Blog Page
Open page_blog.php and look for this snippet of code: Code:
<?php the_excerpt(__('[Read more]', 'studiopress'));?><div class="clear"></div>
Code:
<?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_top_left_thumb_height'); ?>&w=<?php echo get_theme_mod('featured_top_left_thumb_width'); ?>&zc=1" alt="<?php the_title(); ?>" /></a>
<?php else: ?>
<?php endif; ?>
Archive Page Open archive.php and look for this snippet of code: Code:
<?php the_excerpt(__('[Read more]', 'studiopress'));?><div class="clear"></div>
Code:
<?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_top_left_thumb_height'); ?>&w=<?php echo get_theme_mod('featured_top_left_thumb_width'); ?>&zc=1" alt="<?php the_title(); ?>" /></a>
<?php else: ?>
<?php endif; ?>
__________________
StudioPress | Follow StudioPress on Twitter | Fan Us on Facebook | Read the StudioPress Blog |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with "How to Add Thumbnails to Your Blog Page and Category Archive Pages" | RSchulte | General Discussion | 2 | 01-23-2010 09:36 AM |
| 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 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