I would like to add sorting but don't have any idea how ot go about it. I would like to be able to sort by:
Date, Title, Price (custom field), Comments, Views, ASC + DESC
What would be the best way to do something like this?
|
I would like to add sorting but don't have any idea how ot go about it. I would like to be able to sort by:
What would be the best way to do something like this? |
|||
|
Extending this answer for custom post type support. For a custom post type you can pass an extra parameter (
Note - If you've specified some url rewrite for that post type then the above url will become something like this but still showing all posts of post type
|
|||||
|
post_type, See my answer below – amit Aug 19 '12 at 18:45