Getting Navigation to work with random post order
-
I have used
query_posts($query_string . '&orderby=rand');
to randomize the order of the posts within my categories.
I have my settings to load 9 posts on a page. I click on the “older” navigation link to see more posts in the category, and the second page of navigation is randomized again.If I then click on the “newer” nav link, the original randomization is gone.
Is there a way to randomize once, then have that order remain in tact while navigating through a category using the navigation links?
Here is a link to my site where you can see what I am talking about when you click any of the menu items.
https://theviolent.net
Thanks!!
–christopher
- The topic ‘Getting Navigation to work with random post order’ is closed to new replies.