I have included a code which fetches any post under my category=featured. And that shows-up on the top of my content (*whenever we have any breaking news to show*)on blog-page.
The problem is, The image that I can afford to show on single-post is of 750px width, whereas I have enough space to show 1100px image on the post that shows up on home page (*blog-page*).
So I want to embed an option where I can upload two images (*of 750px and 1100px*). And then I should be able to use 1100px image on the post when its shown on blog-page and 750px image when user clicks and goes to single post.
Is it possible, and how? Thanks.
You can show featured images at multiple sizes easily enough, by specifying the size of image when you make the call, but if you want them to be different you can use the code in this plugin:
http://wordpress.org/extend/plugins/multiple-featured-images/
Here’s a tutorial:
http://lifeonlars.com/wordpress/how-to-add-multiple-featured-images-in-wordpress/
e.g. Example registration:
Example usage: