Skip to content

Instantly share code, notes, and snippets.

@marcialca
Created June 8, 2013 06:26
Show Gist options
  • Save marcialca/5734261 to your computer and use it in GitHub Desktop.
Save marcialca/5734261 to your computer and use it in GitHub Desktop.
Wordpress Sites Feeds
Main – site.com/feed
Main comments – site.com/comments/feed
Post comments – site.com/post-name/feed
Categories & tags – site.com/category/categoryname/feed or site.com/tag/tagname/feed
You can also include / exclude categories like this – site.com/?cat=42,25,17&feed=rss2 or this site.com/?cat=-123&feed=rss2
Author – site.com/author/authorname/feed/
Search – site.com/?s=searchterm&feed=rss2
Custom Post Type – site.com/feed/?post_type=yourposttype
Custom Taxonomy – site.com/feed/?post_type=custom_post_type_name&taxonomy_name=taxonomy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment