[wp-trac] [WordPress Trac] #23864: Twenty Thirteen: add support for Audio structured post format
WordPress Trac
noreply at wordpress.org
Mon Mar 25 23:24:05 UTC 2013
#23864: Twenty Thirteen: add support for Audio structured post format
---------------------------+------------------
Reporter: lancewillett | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.6
Component: Bundled Theme | Version:
Severity: normal | Resolution:
Keywords: needs-patch |
---------------------------+------------------
Comment (by lancewillett):
Or, decide to go with the `post_formats_compat` fallbacks for audio. Which
could mean splitting them out in functions.php like so:
{{{
/*
* This theme supports all available post formats.
* See http://codex.wordpress.org/Post_Formats
*/
add_theme_support( 'structured-post-formats', array(
'link', 'video', 'quote'
) );
add_theme_support( 'post-formats', array(
'aside', 'audio', 'chat', 'gallery', 'image', 'status'
) );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23864#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list