Mixing Multiple Featured Images and TimThumb
-
Hi everyone! Quick question, how do I resize my second featured image in the code. When I used only one featured image I used this code:
if ( has_post_thumbnail() ) { ?> <div class="f_image"><a href="<?php the_permalink() ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php get_image_url(); ?>&h=260&w=610&zc=1&a=tc" alt=""/></a></div>
… now I use this, as it says in the instructions:
<?php if( class_exists( 'kdMultipleFeaturedImages' ) ) { kd_mfi_the_featured_image( 'featured-image-2', 'post' ) ; }?>
… and it works ok. It’s just that I want it to show the second one in the same way above as the first one…
Help please? ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Mixing Multiple Featured Images and TimThumb’ is closed to new replies.