I am using WordPress 3.4.1. I need to display the featured image of a page. How can I get the featured image URL by particular page ID. Any help?
Leave a Reply
You must be logged in to post a comment.
I am using WordPress 3.4.1. I need to display the featured image of a page. How can I get the featured image URL by particular page ID. Any help?
You must be logged in to post a comment.
Did you try anything? Its always helpful to share what you have tried.
Or if you want to get the image by image size.
http://codex.wordpress.org/Function_Reference/get_post_thumbnail_id
http://codex.wordpress.org/Function_Reference/wp_get_attachment_url
http://codex.wordpress.org/Function_Reference/wp_get_attachment_image_src
As of WordPress 4.4.0, we can use get_the_post_thumbnail_url():