• I was wondering if the is a way to get a RSS feed for every category you have on your site? Any help would be great!

Viewing 2 replies - 1 through 2 (of 2 total)
  • yes, if you are not using permalinks, append ?cat=X to the feed url
    example.com/wp-rss2.php?cat=1 will give you the feed for the first category.
    if you are using permalinks , append /feed to the category URL.

    In WordPress, everything can be a feed. wp_list_cats() can output feed links for every category. Example:
    wp_lists_cats('feed=RSS');

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multiple RSS feeds’ is closed to new replies.