Quantcast
Channel: Site5 Free Premium WordPress Themes » All Posts
Viewing all articles
Browse latest Browse all 8865

Reply To: Featured image in simplecorp

$
0
0

Try this (copy-paste):

add_image_size( 'featured-image', 555, 195, true );

and

<div class="resize">
<!–?php 
if ( has_post_thumbnail()) {
$large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large');
echo '<a data-rel="prettyPhoto" href="' . $large_image_url[0] . '" title="' . the_title_attribute('echo=0′) . '"  rel="nofollow">';
the_post_thumbnail('full');
echo '</a>';
}
?>
</div>

Viewing all articles
Browse latest Browse all 8865

Trending Articles