|
@@ -50,7 +50,7 @@ if ( ! function_exists( 'varia_setup' ) ) :
|
|
|
*
|
|
|
* @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/
|
|
|
*/
|
|
|
- add_theme_support( 'post-thumbnails' );
|
|
|
+ add_theme_support( 'post-thumbnails', array( 'post' ) );
|
|
|
set_post_thumbnail_size( 1568, 9999 );
|
|
|
|
|
|
// This theme uses wp_nav_menu() in two locations.
|