Explorar o código

Merge pull request #652 from Daronspence/master

Update to comment info regarding thumbnails
Eddie Machado %!s(int64=11) %!d(string=hai) anos
pai
achega
7eb7abedbf
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