forked from mirror/_s
Removing post formats support and styles from _s
This commit is contained in:
parent
a207291d10
commit
2316b1981c
|
@ -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',
|
||||
|
|
|
@ -5,11 +5,6 @@
|
|||
--------------------------------------------------------------*/
|
||||
@import "primary/posts-and-pages";
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
## Asides
|
||||
--------------------------------------------------------------*/
|
||||
@import "primary/asides";
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
## Comments
|
||||
--------------------------------------------------------------*/
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
.blog .format-aside .entry-title,
|
||||
.archive .format-aside .entry-title {
|
||||
display: none;
|
||||
}
|
|
@ -36,7 +36,6 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
|
|||
# Widgets
|
||||
# Content
|
||||
## Posts and pages
|
||||
## Asides
|
||||
## Comments
|
||||
# Infinite scroll
|
||||
# Media
|
||||
|
|
|
@ -36,7 +36,6 @@ Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
|
|||
# Widgets
|
||||
# Content
|
||||
## Posts and pages
|
||||
## Asides
|
||||
## Comments
|
||||
# Infinite scroll
|
||||
# Media
|
||||
|
@ -778,14 +777,6 @@ a:active {
|
|||
margin: 0 0 1.5em;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
## Asides
|
||||
--------------------------------------------------------------*/
|
||||
.blog .format-aside .entry-title,
|
||||
.archive .format-aside .entry-title {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
## Comments
|
||||
--------------------------------------------------------------*/
|
||||
|
|
Reference in New Issue