Changeset 1943427
- Timestamp:
- 09/19/2018 04:41:16 AM (7 years ago)
- Location:
- random-post-for-widget/trunk
- Files:
-
- 2 edited
-
random_post_widget.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
random-post-for-widget/trunk/random_post_widget.php
r1911574 r1943427 74 74 'post_type' => 'post', 75 75 'posts_per_page' => $noofpost, 76 'post_status' => 'publish', 76 77 'orderby' => 'rand' 77 78 ); -
random-post-for-widget/trunk/readme.txt
r1911578 r1943427 8 8 Tags: plugin, posts, random, random post, random posts, simple plugin, widget, Wordpress 9 9 Requires at least: 4.0 10 Tested up to: 4.9. 510 Tested up to: 4.9.8 11 11 Stable tag: trunk 12 Version: 4.1. 112 Version: 4.1.2 13 13 License: GPLv2 or later 14 14 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 19 19 20 20 This simple plugin is a widget that displays a list of random posts on your sidebar. You can exclude certain posts by ID. 21 22 == Bug Fix == 23 Small bug has been noticed by one of user into post status has been fixed now. 21 24 22 25 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.