• Добрый день, не могу понять но почему то у меня нету миниаютуры для страницы, раньше всегда было вот такое сейчас у меня

    https://i.imgur.com/EhSwIGz.jpeg

    Вот код я написал

    function sp_setup() {
    
    
    	// Add default posts and comments RSS feed links to head.
    	add_theme_support( 'automatic-feed-links' );
    
    	/*
    		* Let WordPress manage the document title.
    		* By adding theme support, we declare that this theme does not use a
    		* hard-coded <title> tag in the document head, and expect WordPress to
    		* provide it for us.
    		*/
    	add_theme_support( 'title-tag' );
    
    	/*
    		* Enable support for Post Thumbnails on posts and pages.
    		*
    		* @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/
    		*/
    	add_theme_support( 'post-thumbnails' );
    
    
    	/*
    		* Switch default core markup for search form, comment form, and comments
    		* to output valid HTML5.
    		*/
    	add_theme_support(
    		'html5',
    		array(
    			'search-form',
    			'comment-form',
    			'comment-list',
    			'gallery',
    			'caption',
    			'style',
    			'script',
    		)
    	);
    
    
    
    
    
    }
    add_action( 'after_setup_theme', 'sp_setup' );

    Тему меня на стандартную все равно нету

    • Тема изменена 8 месяцев, 3 недели назад пользователем madcrach.
Просмотр 3 ответов — с 1 по 3 (всего 3)
Просмотр 3 ответов — с 1 по 3 (всего 3)
  • Тема «Нету миниаютуры для страницы» закрыта для новых ответов.