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?
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?
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
thank you!!!!!
beautiful plugin by the way!
This topic has been closed to new replies.