* Post format support for asides only, supported by CSS and not a template, is a good workable minimum for a theme so the post format templates are gone
* With good support for essential CSS in IE8+ it's not neccesary to have a ID on the HTML element for the version of IE
* Branding and site-generator are ugly id names
* The title and description are selectable by class for consistency and portability
This commit is contained in:
Ian Stewart 2012-01-10 20:43:34 +00:00
parent edfeccc255
commit db89577313
6 changed files with 11 additions and 174 deletions

View file

@ -68,7 +68,7 @@ function _s_setup() {
/**
* Add support for the Aside and Gallery Post Formats
*/
add_theme_support( 'post-formats', array( 'aside', 'image', 'gallery' ) );
add_theme_support( 'post-formats', array( 'aside', ) );
}
endif; // _s_setup