Forums

[Plugin: DMSGuestbook] widget---how to randomize entries? (3 posts)

  1. davidmbirnbaum
    Member
    Posted 2 years ago #

    I would like to randomize the entries in the sidebar widget, but not the guestbook page. Where in the widget.php code can I make the change?

  2. DanielSchurter
    Member
    Posted 2 years ago #

    Hi davidmbirnbaum

    Goto the line 249 in your widget.php file ( $query = $wpdb->get_results... )

    Replace ORDER BY ID with ORDER BY RAND() and you will be have a randomized widget.

    Greetings,
    Dani

  3. davidmbirnbaum
    Member
    Posted 2 years ago #

    thank you!!!!!

    beautiful plugin by the way!

Topic Closed

This topic has been closed to new replies.

About this Topic