Changeset 897598
- Timestamp:
- 04/18/2014 06:23:55 PM (12 years ago)
- File:
-
- 1 edited
-
badges/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
badges/trunk/readme.txt
r897591 r897598 14 14 15 15 1. enable "Display Badge in a Box" (enabled by default, uses internal CSS) 16 1. enable "Display a Drop-Shadow" (probably best used with "Box Mode")16 2. enable "Display a Drop-Shadow" (probably best used with "Box Mode") 17 17 18 18 as well as 19 19 20 20 1. decide whether you would like to use a Title 21 1. define the directory of the badges.21 2. define the directory of the badges. 22 22 23 23 == Installation == … … 25 25 **Install** 26 26 27 1. Unzip the `badges.zip` file. 28 1. Upload `badges.php` to the `/wp-content/plugins/` directory.29 1. Activate the plugin through the 'Plugins' menu in WordPress.30 1. Use the "Badges" widget.27 1. Unzip the `badges.zip` file. 28 2. Upload `badges.php` to the `/wp-content/plugins/` directory. 29 3. Activate the plugin through the 'Plugins' menu in WordPress. 30 4. Use the "Badges" widget. 31 31 32 32 **Upgrade** 33 33 34 1. Follow your normal installtion process 35 1. Open the Widget Control Panel for "Badges" and confirm settings. 36 1. Sit back and enjoy... 34 1. Follow your normal installation process 35 2. Open the Widget Control Panel for "Badges" and confirm settings. 36 3. Sit back and enjoy... 37 38 **Use the WordPress Plug-in System** 39 40 1. Select "Upgrade and Activate" 41 2. Congratulate yourself on a sterling job. 37 42 38 43 == Frequently Asked Questions == … … 65 70 = How do I style a single badge? = 66 71 67 Easiest yet: every badge gets a unique ID generated by the plug-in based on the badge's file name and the directory. Simply use that (you'll have to inspect the source to see what the id is; by example the ID generated by my Site-Licence badge is "badge-damn-licencing-licencing").72 Easiest yet: every badge gets a unique ID generated by the plug-in based on the badge's file-name and the directory. Simply use that (you'll have to inspect the source to see what the id is; by example the ID generated by my Site-Licence badge is "badge-damn-licencing-licencing"). 68 73 69 74 == Screenshots == … … 71 76 1. Configuring the widget to read badges from `damn-badges` and display them as "Badges". 72 77 2. The default configuration of the widget, displaying the default path (badges). 73 3. Badges displ yed Padded and Boxed, but with Drop-Shadows disabled.78 3. Badges displayed Padded and Boxed, but with Drop-Shadows disabled. 74 79 75 80 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.