the_post(); $postsid = get_the_ID(); /***blow line not work any thing*/ get_the_post_thumbnail( get_the_ID(),array(100,100) ) ; /***************/ /** get thumbnail image url of the current post*/ $currentPostThumbImage = new WP_Query( array( 'post_type' => 'attachment','post_status' => 'inherit', 'post_mime_type' => 'image','post_parent' => get_the_ID()) ); if($currentPostThumbImage->have_posts()){ $currentPostThumbImage->the_post(); $thumb = wp_get_attachment_image_src( get_post_thumbnail_id(get_the_ID()), 'thumbnail' ); $imageURL = $thumb['0']; // wp_reset_query(); /** Display only the specific post content where id = $postsid */ $displaySpecificPost = new WP_Query( array('post_type'=>'post','post__in' => array($postsid)) ); $displaySpecificPost->have_posts(); $displaySpecificPost->the_post(); ?>
>  ', '' ); ?>

Tagged: %2$s', 'teamRaxy' ), 'string1,string2', $tags_list ); ?>

>  ', '' ); ?>

Tagged: %2$s', 'teamRaxy' ), 'string1,string2', $tags_list ); ?>

have_posts() ?>