Fetch post thumbnail or attachment
-
Guys i am using the following code
<?php if ( has_post_thumbnail() ) { // check if the post has a Post Thumbnail assigned to it. the_post_thumbnail(array(100,100), array('class' => 'alignleft')); } ?>To display the theme’s thumbnail, however it only fetches post that has featured image, how do i retrieve thumbnail for a post that has a image attachment.
Here is the link http://n1bar.com/category/blog
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Fetch post thumbnail or attachment’ is closed to new replies.