wordpress_add

Friday, 6 September 2013

HOW TO GET FEATURED IMAGE IN WORDPRESS

This is the way to get featured image in wordpress..
just paste this code where you want to get featured image in wordpress..


<?php  $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'single-post-thumbnail' );?>
<img src="<?php echo $image[0]; ?>" />


Subscribe Dr-Wordpress for Important Knowledge of wordpress..your's suggestions are most welcomed.

No comments:

Post a Comment