• I’m looking for exactly what the title says, a separate feed for each category of the blog.

    Also, Im looking to modify the search engine a little bit so that one can search by category, etc. I know this is a super broad description of what Im trying to accomplish, but I haven’t gotten all the info from the client. Just need to be pointed in the right direction.

    Thanks!
    Dimitry

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve also been thinking about a way to get a RSS Feed for either the whole blog or for a specific (multiple?) categories?

    like: wp_rss.php?cat=2.5.12 would pick category ID 2, 5 and 12.

    Moderator James Huff

    (@macmanx)

    I’m looking for exactly what the title says, a separate feed for each category of the blog.

    If you’re using pretty permalinks, all you have to do is add /feed/ to the end of the category link. For example, the RSS feed for domain.com/wordpress/archives/category/category-name/ would be: domain.com/wordpress/archives/category/category-name/feed/

    If you don’t have pretty permalinks enabled, just add ?cat=x (where x = your category’s ID) to the end of wp-rss2.php. For example, the RSS feed for “Category Name”, assuming that it’s ID number is 10, would be domain.com/wordpress/wp-rss2.php?cat=10 .

    I’d also note that the list_cats()/wp_list_cats() template tags have a parameter to set a link to the rss2 feed for each category listed.

    https://codex.www.ads-software.com/Template_Tags/list_cats
    https://codex.www.ads-software.com/Template_Tags/wp_list_cats

    Thread Starter dimitry

    (@dimitry)

    Thanks for your support guys.
    Exactly what I needed

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Separate RSS feeds per category & other questions’ is closed to new replies.