Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rss feed for a category in wordpress

I want to get the RSS Feed for only one specific category in wordpress. Anyone can help me?

like image 929
Manpreet Singh Avatar asked Apr 21 '12 12:04

Manpreet Singh


People also ask

How do I create a different RSS feed for each category in WordPress?

Using Category Specific RSS Feed Subscription Plugin Go to Plugins and click the “Add New” option. Install and activate, “Category Specific RSS Feed.” You can search for it using the text field on the right. Go to Settings and click the “Category Specific RSS” function.

How do I add an RSS feed to WordPress?

Log in to your WordPress admin area and go to Widgets in the Appearance section. Click on Add next to the RSS widget. In the Current Widgets section on the right, click on Edit for the RSS widget. Type the RSS feed URL, its title (optional) and check what item details to display (optional).

How do I pull an RSS feed from WordPress?

Where Can You Find Your RSS Feed URL in WordPress? Finding your RSS feed URL within WordPress is simple. All you need to do is type in the name of your website, and add “/feed” to the end of the URL. You'll then be brought to the XML file that displays the WordPress feed in its raw form.


2 Answers

specific category in wordpress :

http://example.com/category/categoryname/feed
like image 182
ShahRokh Avatar answered Nov 05 '22 07:11

ShahRokh


Typically, unless you've done some modifications to the core of Wordpress, you can add "/feed" at the end of a category URL and that will give you the RSS feed.

For instance, if you have a category "food" then your RSS feed would be example.com/food/feed

If you have a category base set under permalink settings /wp-admin/options-permalink.php then it would be example.com/your-category-base/food/feed

like image 24
gabearnold Avatar answered Nov 05 '22 07:11

gabearnold