Skip to content

Commit 1d6af23

Browse files
committed
Remove ‘post-thumbnails’ prerequisite from readme
The [Codex page](http://codex.wordpress.org/Function_Reference/add_image_size) for the `add_image_size` function is incorrect. To add additional image sizes there is no need for the theme to explicitly support post-thumbnails.
1 parent 10d1235 commit 1d6af23

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

readme.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ This plugin tells WordPress to create three additional sizes for images you uplo
2020
<noscript> <?php echo wp_get_attachment_image($imageid, $mappings[2]) ?> </noscript>
2121
</span>
2222

23-
### Prereqs
24-
25-
Make sure your current theme has
26-
27-
'add_theme_support( 'post-thumbnails' );'
28-
29-
in the `functions.php` file.
30-
3123
### Tutorial
3224

33-
Here: http://css-tricks.com/hassle-free-responsive-images-for-wordpress
25+
Here: http://css-tricks.com/hassle-free-responsive-images-for-wordpress

0 commit comments

Comments
 (0)