Creating thumbnail size just for one CPT
-
Hi,
First, thank you for your great plugin!
I have one request and I would like to know if it’s possible and especially HOW I can achieve this.I added a code snippet to my site:
“add_action( ‘after_setup_theme’, ‘my_images_setup’ );
function my_images_setup() {
add_image_size( ‘slider-image-feature’, 650, 650, true );
}”I want to globally ignore the generation of my “slider-image-feature” thumbnail, but make it work on the image I upload to the “image feature” of my custom post type.
How can I achieve this with your plugin?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Creating thumbnail size just for one CPT’ is closed to new replies.