We want the users to re-order the posts on a page similar to pagination but I can’t find anything anywhere!
It would be great to create a link to a url similar to .../page/2/title/
, title
being the new order. Is this even possible?!
Found several pagination scripts but none offer this option…
Adding a rewrite rule with an order part is very easy, if you do it for one site. It would be harder if you want to create a generic solution that works for all installations with all kinds of permalink structures and custom taxonomies.
This short example works on a basic install of WordPress 3.1, with no extra custom taxonomies. I use the
orderby
prefix to prevent conflicts with existing post names: