瀏覽代碼

Update to comment info regarding thumbnails

Updated the numbers in the comments for adding new thumbnails to reflect
the actual thumbnails that were added by the theme.
Daron 11 年之前
父節點
當前提交
96c150d4a1
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      functions.php

+ 2 - 2
functions.php

@@ -83,10 +83,10 @@ auto-cropped.
 To call a different size, simply change the text
 inside the thumbnail function.
 
-For example, to call the 300 x 300 sized image,
+For example, to call the 300 x 100 sized image,
 we would use the function:
 <?php the_post_thumbnail( 'bones-thumb-300' ); ?>
-for the 600 x 100 image:
+for the 600 x 150 image:
 <?php the_post_thumbnail( 'bones-thumb-600' ); ?>
 
 You can change the names and dimensions to whatever