Removing post formats support and styles from _s
This commit is contained in:
parent
a207291d10
commit
2316b1981c
5 changed files with 0 additions and 31 deletions
|
@ -59,18 +59,6 @@ function _s_setup() {
|
|||
'caption',
|
||||
) );
|
||||
|
||||
/*
|
||||
* Enable support for Post Formats.
|
||||
* See https://developer.wordpress.org/themes/functionality/post-formats/
|
||||
*/
|
||||
add_theme_support( 'post-formats', array(
|
||||
'aside',
|
||||
'image',
|
||||
'video',
|
||||
'quote',
|
||||
'link',
|
||||
) );
|
||||
|
||||
// Set up the WordPress core custom background feature.
|
||||
add_theme_support( 'custom-background', apply_filters( '_s_custom_background_args', array(
|
||||
'default-color' => 'ffffff',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue