Tagged Questions
0
votes
1answer
293 views
Add Post Format Support to Twentyeleven Child Theme
On a Twentyeleven child theme's functions.php file I attempted to add video post format support using:
add_theme_support('post-formats', array( 'aside', 'chat', 'gallery', 'image', 'link', 'quote', ...