S
S
sasha7612018-03-01 19:48:39
Images
sasha761, 2018-03-01 19:48:39

How to change thumbnail images in Wordpress?

I want to create an image gallery on a dynamic Wordpress page, but the images are always cropped to 150x150 px, but I need at least 300x300 .
tried: in settings - media files - thumbnail resizing doesn't work.
+ there is code in functions.php

if ( function_exists( 'add_theme_support' ) ) {
  add_theme_support( 'post-thumbnails' );
    set_post_thumbnail_size( 500, 500 );
}

it is needed to display images of certain sizes on the blog page.
In general, I don’t know what to do already, tell me please how to be

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denis Yanchevsky, 2018-03-01
@sasha761

thumbnail resize not working

After changing the parameters, you need to regenerate the thumbnails, for example, using the Regenerate Thumbnails plugin .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question