added thumbnail support
This commit is contained in:
parent
5dbb22c930
commit
80a680cf96
@ -7,6 +7,7 @@ function slowtwitch_theme_support() {
|
|||||||
add_theme_support( 'title-tag' );
|
add_theme_support( 'title-tag' );
|
||||||
add_theme_support( 'align-wide' );
|
add_theme_support( 'align-wide' );
|
||||||
add_theme_support( 'responsive-embeds' );
|
add_theme_support( 'responsive-embeds' );
|
||||||
|
add_theme_support('post-thumbnails');
|
||||||
}
|
}
|
||||||
|
|
||||||
// enqueue styles
|
// enqueue styles
|
||||||
|
Loading…
Reference in New Issue
Block a user