dlvilela (July 31st, 2011)
<a href="<?php the_permalink(); ?>"><img height="89" width="110" src="<?php echo clpr_store_image($post->ID, APP_TAX_STORE, 'term_id', '110', null); ?>" alt="" /></a>
<?php if ( has_post_thumbnail() ) { ?>
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('single-coupon-thumbnail'); ?></a>
<?php }else{ ?>
<a href="<?php the_permalink(); ?>"><img height="89" width="110" src="<?php echo clpr_store_image($post->ID, APP_TAX_STORE, 'term_id', '110', null); ?>" alt="" /></a>
<?php } ?>
add_image_size( 'single-coupon-thumbnail', 110, 90, true );
dlvilela (July 31st, 2011)
There are currently 1 users browsing this thread. (0 members and 1 guests)