Support » Requests and Feedback » Category-specific RSS-Feeds

  • hadmut

    (@hadmut)


    Hi,

    would be nice if not just the RSS feed for all blog messages, but feeds for each category were available.

    regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • paulys

    (@paulys)

    There is this one page listed below that talks about this, but I’m still new to PHP. I agree it should be easier to make an RSS feed from categories.

    Chris_K

    (@handysolo)

    It’s already built-in.

    For instance, have a look at the options for wp_list_categories (function that many/most themes use to list categories). Not only can you turn on feed links, you can specify a feed image as well.

    Experiment: If you’re using non-default permalinks, go to a category page and add /feed to the end of the URL.

    lexhair

    (@lexhair)

    If you use “pretty” permalinks, just add feed/ on the end of the url:

    //myblog.com/wordpress/category/mycategory/feed/ will generate a feed for all posts in “mycategory”

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Category-specific RSS-Feeds’ is closed to new replies.