In your functions.php file
function reverseorder($query_string)
{
return query_posts( $query_string . '&order=ASC' );
}
add_action( 'rss2_head', 'reverseorder' );
EDIT
GET parameters on RSS feed
cat – category ID (e.g. 23)
author – author ID (e.g. 14)
year – year the post was published (e.g. 2007)
day – day of the month the post was published (e.g. 17)
monthnum – number of the month the post was published (e.g. 6)
hour – hour of the day the post was published (e.g. 23)
minute – minute of the hour the post was published (e.g. 48)
second – second of the minute the post was published (e.g. 51)
p – the unique post ID to display (e.g. 629)
paged – specific page number as displayed on the main blog page (e.g. 3)
Related Posts:
- Individual rss feed entry length for categories?
- How replace individual elements in the RSS feed with a single string
- How to fetch common posts from two feeds?
- Change rss title of individual feeds?
- Replace category titles inside RSS feed
- Allow users to create their own feed from selected categories?
- How to create category index table out of wordpress site or on other website?
- How to make category RSS feeds show full content
- How do I view a feed consisting of posts from multiple categories?
- How Can You Exclude Categories From Your RSS Feeds?
- How to not treat categories as tags in feeds
- Need Category RSS Feed that shows all posts
- Displaying multiple loops based off of category
- RSS/XML of all Categories and/or Tags
- Full text articles in the rss feed (i.e. without the more tag)
- Custom User-Created RSS Feed
- Show only first category name in RSS?
- Creating a custom feed for categories that includes the first post’s featured image
- Category RSS feed doesn’t show category name
- Failing in_category or has_category in the_content_feed
- How to put page numbers with the next/previous on a post/category list?
- Properly setting up a feed
- Access category within rss2_head hook?
- Change RSS format for specific categories
- Generating a feed of all but one category of posts
- WP url to get rss with full text of post
- How can I offer different RSS-Feeds by category?
- Get category ID from category slug (not working)
- How do I remove “Uncategorized” from posts with more than 1 category?
- Control term order on a per-post basis
- Display all posts from all categories with pagination
- Changing Top Level Items into Radio Buttons in the Categories Meta Box?
- Custom post types with their own permalink structure
- How to create a widgetized sidebar for every category dynamically?
- Display the deepest child category from Category X (in loop)
- When using get_categories or similar, is it possible to filter results that contain certain Tags as well?
- Exclude subcategories from the url
- Why adding Categories does not auto refresh in Backend while using my custom theme?
- Select category in custom query
- Removed slug from CPT, now How/where do I hook the filter to the taxonomy term archive pages link?
- Search by word, category, tag, author
- How to hide certain categories in wordpress dashboard?
- How to control template resolution if both Author and Category filter in place?
- How to filter archives both by category and tag?
- Resolved – category-slug.php not working after wordpress migration
- How to retain the values from dropdown category lists after wrong form submission?
- How i can let users add notes to my posts
- Single_cat_title() print the title before text
- Sort posts by post_type in category.php template
- Add Post Screen Keep Category structure
- getting content from main domain to sub-domain using category and WP_Query
- editing fonts of category links from the_category() funtion
- Force a user’s posts category
- Style wp_list_categories
- Checking for two categories in query_posts
- get_the_categories filter returns an empty array
- Show category to visitors in different name or different language without changing basic category
- How to get latest posts from each category in regular order
- Pagination for ajax category filter
- Get posts from specific taxonomy term
- limit a list of tags to one category [closed]
- How many categories can WordPress handle before performance suffers?
- Getting Thumbnail in fetch_feed from custom field
- WordPress Drop down category as array for using in page builder
- Get sort order of product categories
- How to pull a list of posts in a category while exluding posts in subcategories of the category
- Exclude category from query
- How to loop custom post_type from (a) specific category(ies)?
- Display posts of certain categories to specific user roles
- Display Related Posts by “Category” “by Author”
- Change post title if post has specific category
- RSS/Atom feeds invalid, “Mismatched tag” errors
- Filter By Category Dropdown List With Custom Taxonomies
- query_posts by category_name and custom taxonomy
- How set all posts in wordpress in one category
- custom query for both category and pages using global $wpdb;
- url for posts for a date within a category
- Autolinking keywords in text with tags
- WP E-Commerce creating categories programmaticaly [closed]
- WordPress PageNavi Plugin not working in category.php
- Disable permalinks, but allow RSS feeds
- Different post slug based on archive
- How do I get conditional sidebars for specific category archives and posts
- Post does not show category wish just show latest post
- Show category in post page, that is in specific category
- Woocommerce Category Sort Dropdown
- Is there a way to ‘archive’ inactive categories?
- Getting child category id (help with improving my code)
- Assign post category to a page by selecting category from page dashboard
- Assign a class to first element in category in loop
- Different template for subcategories
- Hide category name using mod_rewrite
- Category page shows only 1 post when that post has more than 1 category?
- Automatic Category selection
- How can I modify this code to iterate over an array of categories?
- DESC order not working when showing only child categories
- How to make my feed tidy
- Search tag within category
- How to get Woocomerce categories count
- show posts from some category and sort by advance custom field