Changeset 1168144
- Timestamp:
- 05/27/2015 03:38:50 AM (11 years ago)
- Location:
- royal-recent-posts-widget-by-category
- Files:
-
- 1 added
- 3 edited
-
assets/banner-772x250.png (modified) (previous)
-
assets/icon-128x128.png (added)
-
trunk/readme.txt (modified) (5 diffs)
-
trunk/royal-recent-posts-widget-by-category.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
royal-recent-posts-widget-by-category/trunk/readme.txt
r766713 r1168144 1 1 === Plugin Name === 2 2 Contributors: royaltechbd 3 Donate link: http:// royaltechbd.com/donate.html4 Tags: w edget, recent post, recent, post, category, sidebar, royal3 Donate link: http://www.royaltechbd.com/donate.html 4 Tags: widget, recent post, recent, post, category, sidebar, royal, royaltechbd 5 5 Requires at least: 3.3 6 Tested up to: 3.67 Stable tag: 1. 06 Tested up to: 4.2.2 7 Stable tag: 1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 17 17 18 18 ### Features 19 * Easy to use. 20 * More settings options when use this wedget 19 * Easy to use 20 * Light weight 21 * Settings options when use this widget 22 * Multiple widget support 21 23 22 24 … … 24 26 ### More 25 27 * Thank you for using our plugin. 26 * Vis t the [blog post](#) to know more.28 * Visit the [blog post](#) to know more. 27 29 * [Give a Rating & Write a Review](#) 28 30 … … 33 35 1. Upload the plugin to the '/wp-content/plugins/' directory 34 36 2. Activate the plugin through the 'Plugins' menu in WordPress 35 3. Use Royal Recent Posts W edget by Category37 3. Use Royal Recent Posts Widget by Category 36 38 37 39 38 40 == Frequently asked questions == 39 41 40 = Is it support thumbn ial =42 = Is it support thumbnail = 41 43 42 44 Yes. … … 44 46 45 47 == Screenshots == 46 1. Royal Recent Posts W edget by Category use in sidebar.47 2. Royal Recent Posts W edget by Category in action.48 1. Royal Recent Posts Widget by Category use in sidebar. 49 2. Royal Recent Posts Widget by Category in action. 48 50 49 51 50 52 == Changelog == 53 = 1.1 = 54 * Default value set as 5 51 55 52 = 1.0 .0=56 = 1.0 = 53 57 * Initial release 54 58 55 59 56 60 == Upgrade notice == 57 = 1.0.0 = 61 = 1.1 = 62 * Default value set as 5 63 64 = 1.0 = 58 65 It is Initial release -
royal-recent-posts-widget-by-category/trunk/royal-recent-posts-widget-by-category.php
r766713 r1168144 4 4 Plugin URI: http://wordpress.org/plugins/royal-recent-posts-widget-by-category/ 5 5 Description: Display Recent Posts in Widget by Category 6 Author: Mehdi Akram7 Version: 1. 08 Author URI: http:// shamokaldarpon.com/6 Author: SM Mehdi Akram 7 Version: 1.1 8 Author URI: http://www.shamokaldarpon.com/ 9 9 */ 10 10 … … 143 143 */ 144 144 function form($instance) { 145 $title = ( !empty( $instance['title'] ) ) ? $instance['title'] : ''; 146 $num = ( !empty( $instance['num'] ) ) ? $instance['num'] : 5; 145 147 ?> 146 148 <p>
Note: See TracChangeset
for help on using the changeset viewer.