Created
January 8, 2016 06:38
-
-
Save sumanahmed/992783c30264f9358aac to your computer and use it in GitHub Desktop.
This file contains 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
add_theme_support( 'post-thumbnails', array( 'post' ) ); | |
add_image_size( 'post-image', 150, 150, true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment