From 4e3938e6bde3de2e4130b13ba54a09bca64a540c Mon Sep 17 00:00:00 2001 From: Ben Word Date: Sun, 31 Jul 2011 21:44:59 -0600 Subject: [PATCH] adding link to codex for post thumbnails and commented out example of setting the size --- functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/functions.php b/functions.php index 3138c01..f3c1416 100644 --- a/functions.php +++ b/functions.php @@ -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'));