Changeset 897597
- Timestamp:
- 04/18/2014 06:23:43 PM (12 years ago)
- File:
-
- 1 edited
-
badge/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
badge/trunk/readme.txt
r897590 r897597 2 2 3 3 Contributors: eroux 4 Tags: snippets, badges, admin, administration, jadbRequires at least: 2.8Tested up to: 3.0.4 4 Tags: snippets, badges, admin, administration, jadb 5 Requires at least: 2.8 5 6 Tested up to: 3.9 6 7 Stable tag: trunk … … 14 15 15 16 1. (Optionally) display a Title 16 1. Link to a site17 1. Required link to an image to mark that site (any size will work, but the "standard" seems to be 88 pixels wide by 31 pixels high)18 1. Pad the Badge (including centering the text); some people may prefer using their own CSS, so this is an optional configuration.19 1. Enable "Display Badge in a Box" (enabled by default)20 1. Enable the Displaying of a Drop-Shadow17 2. Link to a site 18 3. Required link to an image to mark that site (any size will work, but the "standard" seems to be 88 pixels wide by 31 pixels high) 19 4. Pad the Badge (including centring the text); some people may prefer using their own CSS, so this is an optional configuration. 20 5. Enable "Display Badge in a Box" (enabled by default) 21 6. Enable the Displaying of a Drop-Shadow 21 22 22 23 If more control is needed, or more badges need to be displayed, the [badges plugin](http://wordpress.org/extend/plugins/badges/ "Wordpress Plugin") on the Wordpress site might be a better fit. … … 27 28 28 29 1. Unzip the `badges.zip` file. 29 1. Upload `badges.php` to the `/wp-content/plugins/` directory.30 1. Activate the plugin through the 'Plugins' menu in WordPress.31 1. Use the "Badges" widget.30 2. Upload `badges.php` to the `/wp-content/plugins/` directory. 31 3. Activate the plugin through the 'Plugins' menu in WordPress. 32 4. Use the "Badges" widget. 32 33 33 34 **Upgrade** 34 35 35 1. Follow your normal install tion process36 1. Open the Widget Control Panel for "Badges" and confirm settings.37 1. Sit back and enjoy...36 1. Follow your normal installation process 37 2. Open the Widget Control Panel for "Badges" and confirm settings. 38 3. Sit back and enjoy... 38 39 39 **Use the WordPress Plug in System**40 **Use the WordPress Plug-in System** 40 41 41 42 1. Select "Upgrade and Activate" 42 1. Congratulate yourself on a sterling job.43 2. Congratulate yourself on a sterling job. 43 44 44 45 == Frequently Asked Questions == … … 50 51 = How do I style a single badge? = 51 52 52 Every badge gets a unique ID generated by the plug-in based on the plug in-s name and the badge's container ID. This will likely look something like "inner-badge-[NUMBER]".53 Every badge gets a unique ID generated by the plug-in based on the plug-in's name and the badge's container ID. This will likely look something like "inner-badge-[NUMBER]". 53 54 54 55 == Screenshots == … … 60 61 61 62 == Changelog == 62 63 63 64 = 1.0 = 64 65
Note: See TracChangeset
for help on using the changeset viewer.