IT Nursery
I solve one problem, I use in template several different sizes of images (add_image_size), but I use them only for thumbnails, it is completely unnecessary to create these sizes...
  • May 29, 2022
  • 0 Comments
IT Nursery
I’m trying to disable image sizes generation in wordpress. When I use: print_r( get_intermediate_image_sizes() ); it shows: Array ( [0] => thumbnail [1] => medium [2] => medium_large [3]...
  • May 28, 2022
  • 0 Comments
I’m using the WP CLI command wp media regenerate to resize all of the images via the /wp-content/uploads directory. Are the new image dimensions registered in the database in...
  • May 25, 2022
  • 0 Comments
I want to make a crop on the images of my blog page that have more than 443px adjust it to 645×443 size, exactly. I used this code: add_theme_support...
  • May 24, 2022
  • 0 Comments