Love Miniposts but there is one function that I need which is to randomly display one or more of the posts in the widget.
Is there a simple hack I can apply to the widget code?
Love Miniposts but there is one function that I need which is to randomly display one or more of the posts in the widget.
Is there a simple hack I can apply to the widget code?
It's OK. I edited the miniposts query to be
ORDER BY RAND() instead of ORDER BY post_date DESC. Putting in an option for random display is the next step.
Thanks,
Ian
This topic has been closed to new replies.