Jelajahi Sumber

Merge pull request #652 from Daronspence/master

Update to comment info regarding thumbnails
Eddie Machado 11 tahun lalu
induk
melakukan
7eb7abedbf
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      functions.php

+ 2 - 2
functions.php

@@ -83,10 +83,10 @@ auto-cropped.
 To call a different size, simply change the text
 To call a different size, simply change the text
 inside the thumbnail function.
 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:
 we would use the function:
 <?php the_post_thumbnail( 'bones-thumb-300' ); ?>
 <?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' ); ?>
 <?php the_post_thumbnail( 'bones-thumb-600' ); ?>
 
 
 You can change the names and dimensions to whatever
 You can change the names and dimensions to whatever