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
- Display/query post formats
- How to filter by post-format in admin?
- post formats – how to switch meta boxes when changing format?
- Is it possible to remove the “standard” post format?
- 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?
- 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
- 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
- How can I add dropdown widget/box to admin post page?
- Remove “Posted on” and “Posted in” from the Twenty Ten Theme
- Where can I find a good reviewed collection of Twenty Ten child themes?
- What’s the correct way to include files in WordPress TwentyTen theme with it’s own jquery scripts and css?
- Update caption for metabox gallery images
- 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 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
- adding .current* tags to custom post types and taxonomies
- How do I make the category template display full posts instead of partial posts?
- How to load a different header based on post format?
- update = remove code
- How can I hide the sidebar on specific pages?
- Query different number of posts with different formats in one go
- How to filter posts by format and category via url?
- How to filter posts by post format “standard” from wp-json api?
- show a post from a specific post format
- Remove certain post-formats from showing in blog?
- Set Post Format if find a string in title or post content
- How do I use this PHP library to access OpenGraph data in a child theme?
- WordPress add post format support not working
- URL of a custom post type’s post format archive?
- Assign post format to categories
- Include Post Format in permalink
- Add blogs to “Blogs i Follow” sidebar [closed]
- conditional (theme) language selection at ‘runtime’
- How to preserve exact formatting when copy pasting from Facebook into WordPress (or elsewhere)?
- There is any way to remove post-format filter? [closed]
- Post Format Default Content
- Exclude post format from navigation
- Post titles below the post format content
- Is There a Difference Between Taxonomies and Categories?
- How to exclude post formats from wordpress recent posts in a tabs widget [closed]
- I would like to remove the url and description from about the header
- Post thumbnails not working in my new install of WP 3.1 with Twenty Ten theme
- Is it possible to filter the display name for post formats for display in the Formats meta box?