adding link to codex for post thumbnails and commented out example of

setting the size
This commit is contained in:
Ben Word
2011-07-31 21:44:59 -06:00
parent 35d3c15d39
commit 4e3938e6bd

View File

@@ -34,7 +34,9 @@ function roots_setup() {
// add_editor_style('editor-style.css?' . time());
add_editor_style('editor-style.css');
// http://codex.wordpress.org/Post_Thumbnails
add_theme_support('post-thumbnails');
// set_post_thumbnail_size(150, 150, false);
// http://codex.wordpress.org/Post_Formats
// add_theme_support('post-formats', array('aside', 'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio', 'chat'));