Forums

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

  1. davidmbirnbaum
    Member
    Posted 7 months 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 7 months 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 7 months ago #

    thank you!!!!!

    beautiful plugin by the way!

Reply

You must log in to post.

About this Topic