Changeset 718367
- Timestamp:
- 05/26/2013 01:01:30 AM (13 years ago)
- File:
-
- 1 edited
-
image-size-selection/trunk/README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
image-size-selection/trunk/README.txt
r717572 r718367 1 1 === WP Image Size Selection === 2 Contributors: Alan Smith @Media3172 Contributors: ixthus27 3 3 Donate link: 4 4 Tags: Image Size, Add Images 5 5 Requires at least: 3.3 6 6 Tested up to: 3.5.1 7 Stable tag: 1. 07 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 13 13 == Description == 14 14 15 Allows you to add any available image sizes to the media size selection drop down. 15 The Image Size Selection plugin is designed to add all available image sizes to your Media size selection drop down window. By default, windows generates a Large, Medium and Thumbnail image size (See Settings/Media for your setting sizes). Most modern themes, however, include a wide range of additional sizes. 16 17 Most themes had the add_image to the functions.php file, which adds additional images to your site. These are often used in widgets or specially designed areas of your theme. By default, these images are not included as an option in your drop down. 16 18 17 19 … … 21 23 2. Activate the plugin through the 'Plugins' menu in WordPress 22 24 25 == Screenshots == 26 27 1. The default Media Settings in WordPress dashboard. 28 2. The default media size selection drop down box. 29 3. The media selection drop down box with plugin active. 30 23 31 == Changelog == 24 32 25 1.0 - Plugin Release - May 23, 2013 33 = 1.1 = 34 * Updated description 35 * Added screenshots 36 37 = 1.0 - Plugin Release - May 23, 2013 =
Note: See TracChangeset
for help on using the changeset viewer.