Changeset 1193706
- Timestamp:
- 07/06/2015 10:21:05 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
recent-posts-widget-unlimited/trunk/recent-posts-widget-unlimited.php
r401245 r1193706 2 2 /* 3 3 Plugin Name: Recent Posts Widget Unlimited 4 Plugin URI: http:// www.geekhelpguide.com/wordpress/bypass-wordpress-recent-posts-widget-15-post-limit/4 Plugin URI: http://equusassets.com 5 5 Description: A Recent Posts widget that bypasses the 15-post limitation. 6 6 Author: helpgeek 7 Author URI: http://www.geekhelpguide.com/ 8 Version: 1.0 7 Author URI: http://equusassets.com/ 8 Version: 1.1.0 9 Text Domain: recent-posts-widget-unlimited 9 10 */ 10 11 … … 21 22 $instance = wp_parse_args( (array) $instance, $defaults ); ?> 22 23 <p> 23 <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e(' Recent Posts'); ?></label>24 <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'recent-posts-widget-unlimited'); ?></label> 24 25 <input id="<?php echo $this->get_field_id('title'); ?>" name="<?php echo $this->get_field_name('title'); ?>" type="text" value="<?php echo $instance['title']; ?>" style="width:100%"/> 25 26 </p> 26 27 <p> 27 <label for="<?php echo $this->get_field_id('num_posts'); ?>"> Number of posts to show:</label>28 <label for="<?php echo $this->get_field_id('num_posts'); ?>"><?php _e('Number of posts to show:', 'recent-posts-widget-unlimited'); ?></label> 28 29 <input id="<?php echo $this->get_field_id('num_posts'); ?>" name="<?php echo $this->get_field_name('num_posts'); ?>" value="<?php echo $instance['num_posts']; ?>" style="width:40px;" /> 29 30 </p>
Note: See TracChangeset
for help on using the changeset viewer.