Randomize order of posts every second day
-
Hi,
does someone know how I could order the posts randomly and change this order every second day?
This is how I get the posts:
query_posts($query_string); if (have_posts()){...
If I use &orderby=rand it gets mixed each time the page is refreshed, also on changing the pages.
Would be great if I could order it via menu_order and change the menu_order every second day via an SQL-Update.
How yould I do this?
Thanks!!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Randomize order of posts every second day’ is closed to new replies.