• dstrng

    (@dstrng)


    Hello! I am using different set_post_thumbnail_size codes, the first should set the size for images used on the works section and the second should set the size for images used on the blog section. I don’t know why, but the first one doesn’t work – maybe someone can help me?

    http://www.dstruning.com

    add_theme_support('post-thumbnails');
    set_post_thumbnail_size('works', 250, 80, true);
    set_post_thumbnail_size('blog', 500, 280, true);

    Best, David

The topic ‘set_post_thumbnail_size doesn't work’ is closed to new replies.