Skip to content

Instantly share code, notes, and snippets.

@mustafix
Last active May 12, 2016 11:24
Show Gist options
  • Save mustafix/bcded68e1ea0ca1bcb3287d6efa7241c to your computer and use it in GitHub Desktop.
Save mustafix/bcded68e1ea0ca1bcb3287d6efa7241c to your computer and use it in GitHub Desktop.
<?php
add_theme_support('post-formats',array('gallery', 'aside', 'image', 'audio', 'video'));
add_theme_support('post-thumbnails');
add_image_size('protfolio-thumb',330,250,true);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment