Thread Starter
cgid
(@cgid)
Why this doesn’t work?
add_theme_support( 'post-thumbnails');
if (get_post_type ( $post ) == 'photos') {
set_post_thumbnail_size( 150, 113, true );
}
Thread Starter
cgid
(@cgid)
Why this doesn-t work?
[Code moderated as per the Forum Rules. Please use the pastebin]