djprozac
Member
Posted 4 years ago #
Hey all,
I'm developing a WP site in a magazine/newspaper like style. I was wondering if there is a plugin available (or maybe some builtin functionality?) that shows a different version of an image in a post when the post is shown in the Main Index template than when you view a post in the single post template?
For instance, when the image is on the front page it shows a medium version of an image, and when you click through to the whole article you see a bigger version?
Thanks!
idk if there is a plugin but you can get this done using the post meta fields.
in the meta field you can create two fields one for big image and one for small
than call on these fields in your loop and your index file .
http://codex.wordpress.org/Meta_Tags_in_WordPress
you should really use meta tags they are great, and you can have code directly in the meta tag field, or you can have code that will take the meta tag content and use in
i use meta tags a lot
djprozac
Member
Posted 4 years ago #