• 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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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 .

    https://codex.www.ads-software.com/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

    Thread Starter djprozac

    (@djprozac)

    Thanks for the tip!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Images in a newspaper like blog?’ is closed to new replies.