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
- Is There a Difference Between Taxonomies and Categories?
- How to add CSS class to custom logo?
- Only get_posts of certain post formats
- has_post_format() vs. get_post_format()
- 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 Remove all Instances of edit_post_link
- 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
- Advantages and disadvantages of using automatic-feed-links
- How do I add a new custom post format?
- What difference does it make if I enable support for video post format?
- get_the_category_list or get_the_tag_list for custom post types and taxonomies?
- How do I remove the post format meta box?
- Is it possible to remove the “standard” post format?
- Why does `add_theme_support( ‘html5’, array( ‘comment-form’ )` disable client side validation?
- How do I add nested categories to drop-down menu in twenty-eleven?
- Include a page template along with add_theme_support()
- Editing the custom background CSS
- Custom Post Formats for Custom Post Types
- Why to check if function doesn’t exists in functions.php?
- Custom post types vs post formats : future-proofing – is one less “future proof” than another?
- Adding post-formats to Twenty Ten child theme
- Optimal approach for replacing the 8 header images in a child theme?
- Is there a real life use case for post formats except for microbloging?
- Does WordPress generate an automatic page for post formats?
- How to add default images for custom backgrounds?
- Hide Twenty Eleven Theme From Themes Page
- Different post format options per custom post type?
- Renaming post formats after Gutenberg
- How to query posts of standard post format. For real
- Remove Tag from theme support
- Add colors to existing color palette without replacing it
- add image size still doesn’t work even after regenerating thumbnails
- Post Format Archive template name for theme folder?
- 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?
- How do I override template-tags.php in twentyseventeen theme
- REQUIRED: The theme must not used the tags. | REQUIRED: The theme must not call to wp_title()
- Get post only from ‘standard’ post format
- Changing “Enter title here” based on post format
- Why max-width:97.5% on content images?
- How can I add dropdown widget/box to admin post page?
- What is the recommended behavior for the post formats?
- Override image maximum width in theme (Using Gutenberg editor)
- how to pull images with no add_theme_support(‘post_thumbnails’)
- why does twenty eleven theme mix up the css measurement units?
- How to exclude posts of a certain format from the feed
- What flex-width/height does?
- Post format selector in Thematic child theme post class
- custom, static home page / landing page with Twenty Eleven theme?
- 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
- add_theme_support(‘my-custom-feature’)
- How to force content refresh of a page that has been loaded previously by the user? [closed]
- Add theme support for post thumbnails
- add_theme_support using a plugin
- Post formats template
- WordPress twenty eleven sidebar on Pages
- add_theme_support( ‘custom-header’ ) does not add option menu in dashboard
- 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 show only Standard Format post in my custom taxonomy page -wordpress 3.8.1
- Custom Post Formats
- How to get post attachments in gallery post format template
- jQuery Hoverintent plugin in TwentyEleven Menu [closed]
- Target all posts that are NOT aside or link post formats
- Change post format using custom field
- Formatting Multiple add_theme_support Arguments