Changeset 1369783
- Timestamp:
- 03/12/2016 12:24:19 PM (10 years ago)
- Location:
- display-categories-widget
- Files:
-
- 2 added
- 2 edited
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
trunk/display_categories_widget.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
display-categories-widget/trunk/display_categories_widget.php
r1364549 r1369783 2 2 /* 3 3 Plugin Name: Display Categories Widget 4 Description: Display Categories Widget to display on your sidebar, this will get the title and category id5 Plugin URI: http://www.iteamweb.com/ 6 Version: 2. 04 Description: Display Categories Widget - Easy to display categories as widget on your sidebar, Smart Customizable widget settings on the backend 5 Plugin URI: http://www.iteamweb.com/open-source-softwares/wordpress/wordpress-plugins/display-categories-widget/ 6 Version: 2.1 7 7 Author: Suresh Baskaran 8 8 License: GPL … … 15 15 { 16 16 $widget_ops = array('classname' => 'DisplayCategoriesWidget', 'description' => 'Displays categories' ); 17 $this->WP_Widget('DisplayCategoriesWidget', 'Display Categories Widget', $widget_ops);17 parent::__construct('DisplayCategoriesWidget', 'Display Categories Widget', $widget_ops); 18 18 } 19 19 -
display-categories-widget/trunk/readme.txt
r1364549 r1369783 2 2 Contributors: iteamweb 3 3 Donate link: 4 Tags: categories, widget, list categories 4 Tags: categories, widget, list categories, hide categories, select categories, level, Post categories, Categories display, categories widget 5 5 Requires at least: 3.3 6 6 Tested up to: 4.4.2 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 16 16 17 17 Features: 18 1. Limit number of categories that appears 19 2. Exclude categories from display 20 3. Restrict levels of categories that can be shown 21 4. Display categories as list or dropdown 22 5. Hide categories that does not have any posts 23 6. Display/Hide number of posts available in categories 18 1. Limit number of categories that appears. 19 2. Exclude categories from display. 20 3. Restrict levels of categories that can be shown. 21 4. Display categories as list or dropdown. 22 5. Hide categories that does not have any posts. 23 6. Display/Hide number of posts available in categories. 24 24 25 25 … … 55 55 56 56 == Changelog == 57 58 = 2.0.1 = 59 * Removed deprecated WP_Widget 57 60 58 61 = 2.0.0 = … … 94 97 == Upgrade notice == 95 98 99 == Support == 96 100 101 = How to contact plugin support? = 102 We support through https://wordpress.org/support/plugin/display-categories-widget and http://www.iteamweb.com/open-source-softwares/wordpress/wordpress-plugins/display-categories-widget/ 97 103 98 104 == Arbitrary section 1 ==
Note: See TracChangeset
for help on using the changeset viewer.