Try bumping the priority of your hook, like so:
add_action( 'after_setup_theme', 'voodoochild_setup', 11 );
This will ensure that it runs after the TwentyTen formats setup, so that it gets the last laugh. That’s how I do it on WordPreh.com.
Related Posts:
- has_post_format() vs. get_post_format()
- What difference does it make if I enable support for video post format?
- How do I remove the post format meta box?
- Is there a real life use case for post formats except for microbloging?
- Renaming post formats after Gutenberg
- What is the recommended behavior for the post formats?
- Custom Post Formats
- Target all posts that are NOT aside or link post formats
- Filter the first from Quote Post Format
- Displaying all Video Post Formats to Page
- Display Post Format as a String
- Different markup for each post format
- How to recognise on which site the content is being rendered?
- post formats – how to get the relevant content part?
- Post formats for Pages not saving
- Is there any problem if I use get_template_part like this?
- How can I remove the first video from a post and feature it?
- previous_post_link/next_post_link disappear when excluding by post_format
- Usage of post_formats
- how to get list of post formats supported by theme?
- Formatting Standard Post Format
- If post-format == ‘gallery’ conditional
- Adding new post format on plugin activation
- post formats – where’s the difference: “aside” vs. “status”?
- How to get the id or url of the image in an image post?
- About post format
- Smart post format loop problems
- “post-format” code snippets list [closed]
- wordpress post formats
- How to display quote format by preg_match function?
- I would like to have a quote page just to show quotes
- How to display list of video post on video section?
- Paste from word not preserving formatting
- How to treat post formats?
- Post formats and template hierarchy
- Change standard post format metabox
- Next Post Link in format
- Mass post format changer?
- Displaying cf post formats with oembed
- Custom formatting
- How to disable commenting from Twenty Ten theme? [closed]
- Is There a Difference Between Taxonomies and Categories?
- Only get_posts of certain post formats
- How do I query by post format in WordPress 3.1
- Are content.php and content-single.php the same?
- Is it possible to rename a post format?
- How to set a default format for a custom post type?
- Display/query post formats
- How to filter by post-format in admin?
- post formats – how to switch meta boxes when changing format?
- static variable loop not working in WordPress
- How do I add a new custom post format?
- Is it possible to remove the “standard” post format?
- Custom Post Formats for Custom Post Types
- Custom post types vs post formats : future-proofing – is one less “future proof” than another?
- Does WordPress generate an automatic page for post formats?
- How to override function in functions.php of parent theme?
- Different post format options per custom post type?
- How to query posts of standard post format. For real
- Post Format Archive template name for theme folder?
- Can I sell a theme based off of TwentyTen
- Display posts for a single post format
- Post Formats in the context of the Database ‘Save Post’ function
- How to create a drop down menu like in twenty eleven theme?
- Get post only from ‘standard’ post format
- Changing “Enter title here” based on post format
- How can I add dropdown widget/box to admin post page?
- Remove “Posted on” and “Posted in” from the Twenty Ten Theme
- How to exclude posts of a certain format from the feed
- How to override function twentyten_comment
- Where can I find a good reviewed collection of Twenty Ten child themes?
- Post format selector in Thematic child theme post class
- Creating Multiple Menus when using the TwentyTen Theme?
- Making the Header on the Twenty Ten Theme Less Tall?
- Help altering a query to exclude all but standard post format
- Plugin to set all Posts in a certain Category to a certain Post Format
- Post formats template
- What’s the correct way to include files in WordPress TwentyTen theme with it’s own jquery scripts and css?
- Customized widget area – how to override or filter class xoxo?
- Update caption for metabox gallery images
- How to show post format gallery metabox image caption in the post front end
- Get image captions for images on gallery post format metabox
- How to edit layout of a particular post format?
- How to show only Standard Format post in my custom taxonomy page -wordpress 3.8.1
- How to get post attachments in gallery post format template
- Change post format using custom field
- How do I create a magazine type menu – sub-menu setup using wp_nav_menu and child of twentyten? [closed]
- How to enqueue scripts depending on post formats?
- Removing the post format (type) slug
- Add URL field to the link post format
- Link Featured Thumb to Attachment Page, If Possible
- Auto-embed link info from URLs in link post format?
- Twenty Ten child theme has post on an inner page. Cant get that page to use my desired template
- How to create an archive for all posts that do not have a post format?
- How can I achieve something like has_post_format( ‘standard’ )?
- How to change post format from Aside to Image for all posts?
- Looking for the code in twentyten that allows users to select images for the header/banner
- How does WP detect format type (and can I make use of this)?
- How to generate a featured image from a video embeded in a metabox
- Accesibility problems with dropdown menus in twentyten theme or others