Changeset 1148553
- Timestamp:
- 04/29/2015 01:09:09 AM (11 years ago)
- File:
-
- 1 edited
-
recent-categories/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
recent-categories/trunk/readme.txt
r1148486 r1148553 15 15 Widget to display your site's most recent categories. 16 16 17 Current options: 18 19 * Max number of categories to display 20 * Title 21 * Display date 22 17 23 GitHub: https://github.com/twodayslate/Recent-Categories-Widget 18 24 19 25 == Installation == 20 26 21 This section describes how to install the plugin and get it working. 22 23 e.g. 27 Enable the widget in the sidebar 24 28 25 29 1. Upload `widget.php` to the `/wp-content/plugins/` directory 26 1. Activate the plugin through the 'Plugins' menu in WordPress 27 1. Place `<?php do_action('plugin_name_hook'); ?>` in your templates 30 2. Activate the plugin through the 'Plugins' menu in WordPress 31 3. Place `<?php the widget('plugin_name_hook'); ?>` in your templates 32 4. Or add the widget to your dynamic sidebar in the dashboard. 28 33 29 34 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.