Don't work on Newspaper Theme
-
My functions.php and My Theme Newspaper
/* ---------------------------------------------------------------------------- thumbnails */ //the image sizes that we use add_theme_support( 'post-thumbnails' ); //featured image $td_crop_features_image = td_util::get_option('tds_' . 'crop_features_image'); if ($td_crop_features_image == '') { add_image_size('featured-image', 700, 0, true); } else { add_image_size('featured-image', 700, 357, true); } //the small thumbnails set_post_thumbnail_size( 100, 65, true ); add_image_size('art-thumb', 100, 65, true); //small height, 1 col wide add_image_size('art-wide', 326, 159, true); //medium height 1 col wide add_image_size('art-big-1col', 326, 235, true); //the slides add_image_size('art-slide-small', 326, 406, true); add_image_size('art-slide-med', 700, 357, true); add_image_size('art-slide-big', 1074, 483, true); //gallery slide 2 column add_image_size('td_0x357', 0, 357, true); add_image_size('td_0x483', 0, 483, true); //big slider - big image add_image_size('art-slidebig-main', 745, 483, true); //the gallery add_image_size('art-gal', 210, 210, true); //the gallery add_image_size('td_198x143', 198, 143, true);
in the record is image
And the blog not work ??
Help me plzhttps://www.ads-software.com/plugins/external-featured-image/
- The topic ‘Don't work on Newspaper Theme’ is closed to new replies.