Viewing 4 replies - 1 through 4 (of 4 total)
  • Anonymous User 12141227

    (@anonymized-12141227)

    Hi,
    yes, it is possible, just edit the following line:

    $top_popular_posts = new WP_Query(‘showposts=’ . $number . ‘&orderby=comment_count&order=DESC’);

    You can remove “comment_count” and set it to “rand”.
    hope that helps ??
    feel free to leave feedback ??

    Thread Starter Kingsley Felix

    (@iamkingsleyf)

    Thanks… working.

    Thread Starter Kingsley Felix

    (@iamkingsleyf)

    what happens when you update the plugin?

    Anonymous User 12141227

    (@anonymized-12141227)

    what happens when you update the plugin?

    If you decide to apply the update on your end, then the old files will be replaced with the newer version.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘random posts instead’ is closed to new replies.