Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Samuel Aguilera

    (@samuelaguilera)

    Hello,

    The plugin simply does not use any size.

    It only sets the featured image as described. The size of your thumbnails depends on your WordPress settings and your theme code (themes can show thumbnails using any size they want).

    Thread Starter simanet

    (@mohammad50)

    i have this problem when i want to set featured image manually for old post. it use original size as featured image!
    but if i delete old image and upload it again the problem solved

    how i can solve this issue ?

    excuse me for my poor english

    Plugin Author Samuel Aguilera

    (@samuelaguilera)

    The problem is on your theme code, not in the plugin. So, sorry but I can’t give you support.

    Check it with your theme author. You can find more information about how to properly show thumbnails in your theme on the codex.

    Thread Starter simanet

    (@mohammad50)

    thanks the problem solved .
    i use
    <?php if ( has_post_thumbnail() ) { the_post_thumbnail(‘thumbnail’);} ?>

    instead
    <?php if ( has_post_thumbnail() ) { the_post_thumbnail();} ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘why it use original size instead of thumbnail size for old post’ is closed to new replies.