I usualy make a RSS feed in my template. Just copy the RSS feed you have in the wp-include/feed-rss2.php
Step two is registering it instead of the original:
// override feeds
function own_rss( $for_comments ) {
//it is in my theme/feed/rss2.php
$rss_template = get_stylesheet_directory() . '/feed/rss2.php';
if( file_exists( $rss_template ) ) {
load_template( $rss_template );
} else {
do_feed_rss2( $for_comments ); // Call default function
}
}
remove_all_actions( 'do_feed_rss2' );
add_action( 'do_feed_rss2', 'own_rss', 10, 1 );
Step three is adjusting the your own RSS to your needs.
also look at this:
http://codex.wordpress.org/Customizing_Feeds
Related Posts:
- How to show page content in feed?
- Get all posts in RSS
- How to get SimplePie fetch_feed without stripping iframe code?
- Remove or Edit in Feeds
- Cannot get add_feed to work
- Should I provide RSS or Atom feeds?
- Multiple versions of RSS feed? One with full content, one with the excerpt
- Why does Simplepie return feed items in a wrong order?
- How to create additional full text RSS feeds
- Custom RSS feed forces download
- Multiple category RSS feeds
- How to flush feed? Or set timeout on feed so that it isn’t cached?
- How to get the last updated date of a post from a WP RSS feed?
- How to remove published date from RSS feed
- Disable only the main feed?
- Change the link URL in default RSS feeds
- How to remove CPT comment feed from head?
- WordPress Add [cdata] to title tag in rss feed
- A function to fetch blog content via rss feed
- placement of wp_error with fetch_feed
- RSS feed site image custom resolution
- How to add featured image or custom field to xml feed?
- Difference between the 4 Built in RSS Feeds?
- How to get more than 25 items via Simplepie RSS Feeds?
- RSS Feed Behaviour (Inc. Feedburner)
- How can I minimize the content of my RSS feed to fit more items in Feedburner’s 512k limit?
- Two RSS feeds, different items limit?
- How to Create RSS Feeds for categories in WordPress?
- Importing multiple RSS feed into WordPress and sorting them by date
- Delaying One RSS Feed in WordPress but Not the Others?
- Custom RSS does not work for categories and tags
- Buddypress: Edit activity when new blog post [closed]
- how improve website mainpage loading
- Add ![CDATA] to permalink rss
- How fetch_feed() works?
- Various WordPress Feeds for Same Blog
- How to set the cache for the built-in SimplePie feed parser?
- Help needed to make my site as Aggregator
- Custom RSS feed with custom url
- Showing Post ID on RSS
- WordPress – Sync wordpress post with JSON feed
- Feed, RSS not able to clear the cache and cannot change the limit of cache life time
- fetch_feed works on localhost but not on server
- WordPress appends RSS item with unwanted content
- How can I exclude tags from category_rss function?
- Feed only showing 1 result? [closed]
- Where does WordPress default SimplePie save cache data?
- How to Fetch Rss Feeds From Other Websites
- Feed links not working even with add_theme_support(‘automatic-feed-links’)
- What’s a good RSS Importer?
- Remove a div from RSS feed
- Is there a way to fetch RSS feed by date range rather than number of items?
- RSS Feed Empty in Firefox
- fetch_feed returning rss feeds on same server as empty
- Custom Feed URLs
- Remove ‘More..’ link from RSS feed
- Excerpt formatting for Google News Feed [closed]
- Feed error: A feed could not be found at youtube.com/… (1 post) [closed]
- Getting Thumbnail in fetch_feed from custom field
- How do I use fetch_feed() to pull in a large number of posts?
- Get full content from feeds and save a duplicate copy in my site
- Create an RSS feed of all posts
- Trimming a custom field to a length
- Unable to display favicon using get_favicon()?
- Passing feed URLs with “&” to fetch_feed()?
- Empty RSS Feeds
- Reply via email (mailto link) in RSS feed at the end of each post
- How to add filter in custom rss feed
- Second page of RSS feed
- RSS/Atom feeds invalid, “Mismatched tag” errors
- How to make an RSS feed to show most viewed posts for last 24 hours?
- WordPress RSS feed?
- fetch_feed showing only first item
- get_item_quantity() Error When Fetching Feed
- How to change permalink on headlines in rss feeds?
- RSS feed widget for specific categories with latest posts?
- Filtered content appears in the excerpt
- WordPress won’t let me use a page slug of ‘feed’
- WordPress keeps truncating my feeds and I can’t stop it
- Showing RSS feed via fetch_feed. How to show the site title of the feed?
- Style wordpress image captions in RSS
- My WordPress installation isn’t updating the feed when a new post is published
- RSS feed error stopping parsing of page template
- Use Feedburner instead of default feed on WordPress.com?
- What is the difference between these GUID’s in wordpress feed?
- Change pubDate in rss feed in another format
- How to remove private posts from RSS feeds?
- RSS – This XML file does not appear to have any style information associated with it. The document tree is shown below
- Remove Default Read More Link in Manual Excerpt RSS Feed
- RSS feed has stopped updating
- Fetch feed from multiple sources
- Theme’s functions.php not called when rendering RSS feed
- Modify RSS feed to change iframe structure
- Hide disclaimer from summary excerpts
- RSS Feed cURL error 52?
- Update postdata without creating duplicate on wp_insert_post from RSS feed
- Adding a second RSS feed
- How to import and parse RSS feed from a WP site to a non-WP if ‘allow_url_include’ is set to ‘off’?
- Error on Rss Feed for my blog
- RSS Feed Broken – Limit?