Support » Themes and Templates » add_image_size(); not working

  • Hello, I realize there are many posts speaking to this. However I am still unable to resolve this issue.

    I have tried using various techniques, yet none work. Here is the latest code I have tried:

    add_theme_support( 'post-thumbnails	' );
        add_image_size( 'lightBox', 600, 600, true); // 600 pixels wide by 600 pixels tall, hard crop mode

    I have also tried checking for theme support etc.. Is there no clear cut instructions?

  • The topic ‘add_image_size(); not working’ is closed to new replies.