Changeset 760270
- Timestamp:
- 08/21/2013 07:54:07 PM (13 years ago)
- Location:
- selective-tags/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (4 diffs)
-
selective-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
selective-tags/trunk/readme.txt
r455412 r760270 1 1 === Selective Tag === 2 Contributors: WordpressAPI2 Contributors: wp API 3 3 Tags: posts, sidebar, widget, tag, cache 4 4 Requires at least: 2.8 5 Donate Link: http://www. wordpressapi.com5 Donate Link: http://www.digcms.com 6 6 Tested up to: 3.2.1 7 7 Stable tag: 1.0 … … 11 11 == Description == 12 12 13 Selective Tag WordPressPlugin, provides sidebar widgets which can be used to display tags in the sidebar.13 Selective Tag wp Plugin, provides sidebar widgets which can be used to display tags in the sidebar. 14 14 15 15 … … 18 18 #### Sidebar Widget 19 19 20 Selective Tag WordPressPlugin, provides sidebar widgets which can be used to display tags in the sidebar. You can have multiple widgets with different set of tags configured for each one of them.20 Selective Tag wp Plugin, provides sidebar widgets which can be used to display tags in the sidebar. You can have multiple widgets with different set of tags configured for each one of them. 21 21 22 22 Each widget allows you to choose … … 41 41 Support for the Plugin is available from the [Plugin's home page][1]. If you have any questions or suggestions, do leave a comment there or contact me in [twitter][5]. 42 42 43 [1]: http://www. wordpressapi.com43 [1]: http://www.digcms.com 44 44 45 45 == Installation == 46 46 47 Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPressinstallation and then activate the Plugin from Plugins page. which you can drag and drop in the sidebar of your theme.47 Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your wp installation and then activate the Plugin from Plugins page. which you can drag and drop in the sidebar of your theme. 48 48 49 49 == Screenshots == -
selective-tags/trunk/selective-tags.php
r455412 r760270 2 2 /** 3 3 Plugin Name: Selective Tags 4 Plugin URI: http://www. wordpressapi.com4 Plugin URI: http://www.digcms.com 5 5 Description: Provide sidebar widgets that can be used to display Selective Tags from a set of tags which is selected by admin in the sidebar. 6 Author: Wordpressapi.com6 Author: digcms.com 7 7 License: GPL 8 8 Version: 1.0 9 Author URI: http://www. wordpressapi.com9 Author URI: http://www.digcms.com 10 10 Text Domain: selective-tags 11 11
Note: See TracChangeset
for help on using the changeset viewer.