• Please how do I reduce the size of the featured image thumbnail to 300×300. The display size is way too big for my liking. PLEASE HELP

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Go to your core theme directory >> functions.php file.

    Now open “functions.php” file into any text editor.

    Now find the given below line of code snippet :

    add_image_size(‘home_post_thumb’,340,210,true);

    and replace with this

    add_image_size(‘home_post_thumb’,150,150,true);

    Now save the changes.

    Note: you can change image size according your requirement.But we are not responsible for responsiveness.

    Thanks

    Thread Starter joeville9ja

    (@joeville9ja)

    Hello,

    I’ve gone through the functions.php file, didn’t find that line of code, I even searched using the find feature on my browser.

    View this page to see the sizes of the images

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    That’s okay, editing core files is generally discouraged anyway. What you should do is set up a Child Theme, then I’m sure Weblizar_support can take it from there.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Featured Image on Blog Section’ is closed to new replies.