try running your code with a lower priority:
add_action( 'after_setup_theme', 'my_twentyeleven_setup', 20 );
function my_twentyeleven_setup(){
add_theme_support('post-formats', array(
'aside',
'chat',
'gallery',
'image',
'link',
'quote',
'status',
'video',
'audio',
));
}
Related Posts:
- How to replace default rotating header images with my own
- How to override excerpt length in child theme of Twenty Eleven?
- How to edit layout of a particular post format?
- How can I set a different specific header image on each page?
- Twenty Eleven unregister all default sidebars?
- Registering different Post Formats for Blog Post and CPT
- Location of twentyeleven theme’s option filters?
- Is it possible to change the image in the default theme ‘Twenty Eleven’?
- Override post-formats in child theme
- Two scrollbars in popup window
- Where are the images for the theme Twenty Eleven 1.2?
- In theme Twenty Eleven, do the default images rotate randomly?
- Use different post formats on different post types
- the_content not working
- Changing where “posted on” text is located in TwentyEleven?
- Twenty Eleven theme header images manual next previous buttons
- How to change the URL of a clickable banner?
- Navigation that Runs Above and Below Header Image
- Twenty Eleven Theme Adjusts for iPhones. How to stop this feature?
- IE7 compatible twentyeleven
- How do I eliminate header image from subpages in WordPress Twenty Eleven Theme?
- How do you add a custom excerpt length in twenty eleven child theme?
- Twenty-Eleven Theme and Automatic Picture Resizing
- Twenty Eleven header resize
- TwentyEleven horizontal submenu
- has_post_format() vs. get_post_format()
- How do I query by post format in WordPress 3.1
- Advantages and disadvantages of using automatic-feed-links
- Custom Post Formats for Custom Post Types
- Why to check if function doesn’t exists in functions.php?
- How to query posts of standard post format. For real
- Remove Tag from theme support
- How do I override template-tags.php in twentyseventeen theme
- add_theme_support(‘my-custom-feature’)
- How to force content refresh of a page that has been loaded previously by the user? [closed]
- Post formats template
- WordPress twenty eleven sidebar on Pages
- Update caption for metabox gallery images
- How to get post attachments in gallery post format template
- Change post format using custom field
- Removing the post format (type) slug
- Add URL field to the link post format
- 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
- Strip shortcode from specific post types (formats)
- Hide meta box based on post format
- theme options echoing multiple times
- Will current_theme_supports return TRUE with a nonstandard add_theme_support?
- How to load a different header based on post format?
- How to determine which custom header image is being shown
- Tumblr-like Post Types for WordPress
- How to Edit the style of header title of Twenty Eleven Theme?
- Query different number of posts with different formats in one go
- How to query for posts without a post_format
- WordPress As A Shared Items Collection
- Remove certain post-formats from showing in blog?
- Post thumbnail not showing in WP admin area for custom post type
- Can I make a super plugin that also has a theme?
- Removing permalink from post thumb in twentyeleven
- Is it better to create a function or a variable for current_theme_supports?
- How to create my own sidebar in Twenty Eleven child theme?
- add_theme_support(‘post-thumbnail’) not working
- Can I add multiple arrays within add_theme_support( ‘colors’ )?
- Exclude post format from navigation
- Is There a Difference Between Taxonomies and Categories?
- twentyeleven_content_nav hook no longer outputs navigation link after 3.5 upgrade
- How do I display an image before the first post of the loop when I’m using get_template_part?
- Adding new post format on plugin activation
- Do I have anything to worry about when switching to a default theme to test for plugin conflictions?
- Almost Done… Post Format Code
- How to add meta box for current post format?
- Post format or Type for List Type Posts
- Icon over thumbnail according to post format
- Make tag archive display post are ordered by post format
- Post archive for certain post format
- WordPress Twenty Eleven PhP – forcing php code to skip first post on homepage?
- How do I get the Social Media Plugin to show up in my Twenty Eleven child theme’s header?
- Post Format Link Validation Error
- Enable featured image but not have it show up?
- making my own “related pages” / “pages you might like” section
- WordPress Child Theme – twentyeleven
- How to reduce Header at the top of the page
- How can I convert everything from category X to have post format Link
- wordpress post formats
- add_theme_support( $feature=’menus’ )
- ERR_SPDY_PROTOCOL_ERROR
- Display archives based in post_format
- What does add_theme_support(‘custom-header-uploads’); feature do?
- Return only one post format in index.php [duplicate]
- Paste from word not preserving formatting
- An archive page without post format (just standard post)
- Adding theme support for a custom header image
- Filter image and text from post format
- Mass post format changer?
- Displaying cf post formats with oembed
- Where are Sessions are being started? [closed]
- Specific Post Format Image Thumbnail
- Remove Title, Editor and Meta Box Support Based on Post Formats
- Add theme support for margin
- How to reproduce the post format field in a front end form?