Skip to content

Instantly share code, notes, and snippets.

@sudipbd
Created November 19, 2016 08:13
Show Gist options
  • Save sudipbd/2b6c1726d9611f84c4750e13afc1802c to your computer and use it in GitHub Desktop.
Save sudipbd/2b6c1726d9611f84c4750e13afc1802c to your computer and use it in GitHub Desktop.
WordPress theme support
<?php
add_theme_support( 'post-formats', array( 'default', 'aside', 'audio') );
add_theme_support( 'post-thumbnails' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment