浏览代码

Varia: Remove featured image support for Pages

Allan Cole 5 年之前
父节点
当前提交
5aebca6fe9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      varia/functions.php

+ 1 - 1
varia/functions.php

@@ -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.