Created
November 19, 2016 08:13
-
-
Save sudipbd/2b6c1726d9611f84c4750e13afc1802c to your computer and use it in GitHub Desktop.
WordPress theme support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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