mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-03 09:41:19 +03:00
Theme: Add support for post thumbnails
This commit is contained in:
parent
822fc283c9
commit
6771e352fe
|
@ -37,6 +37,8 @@ function setup() {
|
||||||
|
|
||||||
add_theme_support( 'wp-block-styles' );
|
add_theme_support( 'wp-block-styles' );
|
||||||
add_theme_support( 'editor-styles' );
|
add_theme_support( 'editor-styles' );
|
||||||
|
add_theme_support( 'post-thumbnails' );
|
||||||
|
|
||||||
add_editor_style( 'css/style-editor.css' );
|
add_editor_style( 'css/style-editor.css' );
|
||||||
|
|
||||||
add_theme_support(
|
add_theme_support(
|
||||||
|
|
Loading…
Reference in a new issue