Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YARPP

    (@jeffparker)

    Please search for “How can I change the thumbnail size” on our FAQ page: https://www.ads-software.com/plugins/yet-another-related-posts-plugin/faq/

    Thread Starter Isaal

    (@isaal)

    I have already read that but I didn’t understand where should I put this code add_image_size( ‘yarpp-thumbnail’, $width, $height, true ); because I am not that pro with these things

    and also if there is any plugin or another way to resize the thumbnails

    Thanks!

    Plugin Author YARPP

    (@jeffparker)

    You would add it in your theme’s functions.php file, and make sure you put in the values you want for $width and $height, like this (for example):

    add_image_size( 'yarpp-thumbnail', 100, 75, true );

    If you’ve never edited the functions.php file, it’s not difficult but please be careful and make a backup first, in case anything goes wrong.

    After doing this, I would recommend running Regenerate Thumbnails.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change the thumbnail size?’ is closed to new replies.