Explorar o código

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 %!s(int64=11) %!d(string=hai) anos
pai
achega
96c150d4a1
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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