• How can i add custom image size

    i did put

    //Add new image size
    	if ( function_exists( 'add_image_size' ) ) {
    		add_image_size( 'post-images small', 100, 100, true ); //(cropped)
    	}

    but doesn’t show in admin panel when adding images to the post

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image sizes’ is closed to new replies.