Removing post formats support and styles from _s

This commit is contained in:
Caroline Moore 2016-06-13 16:39:54 -04:00
parent a207291d10
commit 2316b1981c
5 changed files with 0 additions and 31 deletions

View File

@ -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',

View File

@ -5,11 +5,6 @@
--------------------------------------------------------------*/
@import "primary/posts-and-pages";
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
@import "primary/asides";
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

View File

@ -1,4 +0,0 @@
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}

View File

@ -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

View File

@ -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
--------------------------------------------------------------*/