Is there an easy way to reverse the default item order of a category rss feed?
Default: Last posted item first
Wanted: First posted item first
No plugins please, plain wp api function calls (such as add_action or add_filter) will do!
|
Is there an easy way to reverse the default item order of a category rss feed?
No plugins please, plain wp api function calls (such as add_action or add_filter) will do! |
|||||||
|
|
In your functions.php file
EDIT GET parameters on RSS feed |
|||||||||||
|
|
You can simply reorder you RSS Feed via the GET parameter |
|||
|
|