Plugin Directory

Changeset 1943427


Ignore:
Timestamp:
09/19/2018 04:41:16 AM (7 years ago)
Author:
shashidharkumar
Message:

Small bug has been noticed by one of user into post status has been fixed now.

Location:
random-post-for-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • random-post-for-widget/trunk/random_post_widget.php

    r1911574 r1943427  
    7474    'post_type' => 'post',
    7575    'posts_per_page' => $noofpost,
     76    'post_status' => 'publish',
    7677    'orderby' => 'rand'
    7778    );
  • random-post-for-widget/trunk/readme.txt

    r1911578 r1943427  
    88Tags:           plugin, posts, random, random post, random posts, simple plugin, widget, Wordpress
    99Requires at least:  4.0
    10 Tested up to:       4.9.5
     10Tested up to:       4.9.8
    1111Stable tag:         trunk
    12 Version:            4.1.1
     12Version:            4.1.2
    1313License:        GPLv2 or later
    1414License URI:        http://www.gnu.org/licenses/gpl-2.0.html
     
    1919
    2020This 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 ==
     23Small bug has been noticed by one of user into post status has been fixed now.
    2124
    2225== Installation ==
Note: See TracChangeset for help on using the changeset viewer.