_s
* 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:
parent
edfeccc255
commit
db89577313
6 changed files with 11 additions and 174 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue