[wp-trac] [WordPress Trac] #14746: Post Formats
WordPress Trac
wp-trac at lists.automattic.com
Fri Nov 5 06:26:59 UTC 2010
#14746: Post Formats
----------------------------+-----------------------------------------------
Reporter: ryan | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 3.1
Component: Template | Version:
Severity: normal | Keywords: ongoing-project
----------------------------+-----------------------------------------------
Changes (by brandondove):
* cc: brandondove (added)
Comment:
+1 for this feature in general. Thanks to markjaquith for pointing this
out. I just pulled trunk and created two twentyten child themes.
The first theme, I just copied the code from the codex and it works
beautifully:
{{{
add_theme_support( 'post-formats', array( 'aside', 'gallery' ) );
}}}
In the second theme, I added the rest of the post formats using the
following syntax, but none of the new post formats showed up:
{{{
add_theme_support( 'post-formats', array( 'aside', 'chat', 'gallery',
'link', 'image', 'quote', 'status', 'video' ) );
}}}
It seems like once the post formats taxonomy is initially set, they don't
update with new values.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14746#comment:96>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list