adding link to codex for post thumbnails and commented out example of
setting the size
This commit is contained in:
@@ -34,7 +34,9 @@ function roots_setup() {
|
|||||||
// add_editor_style('editor-style.css?' . time());
|
// add_editor_style('editor-style.css?' . time());
|
||||||
add_editor_style('editor-style.css');
|
add_editor_style('editor-style.css');
|
||||||
|
|
||||||
|
// http://codex.wordpress.org/Post_Thumbnails
|
||||||
add_theme_support('post-thumbnails');
|
add_theme_support('post-thumbnails');
|
||||||
|
// set_post_thumbnail_size(150, 150, false);
|
||||||
|
|
||||||
// http://codex.wordpress.org/Post_Formats
|
// http://codex.wordpress.org/Post_Formats
|
||||||
// add_theme_support('post-formats', array('aside', 'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio', 'chat'));
|
// add_theme_support('post-formats', array('aside', 'gallery', 'link', 'image', 'quote', 'status', 'video', 'audio', 'chat'));
|
||||||
|
|||||||
Reference in New Issue
Block a user