Does anyone know if there's any way to create an RSS feed for my WordPress links? These are links I've added to the Links Manager using the WordPress admin interface. I have them filed by category, and I'd ideally like to create separate feeds for each category. These would then be imported on another WordPress-powered site using a feed agregator plugin.
Or maybe given that both sites are using WP, there might be some non-RSS route for importing links from one to the other?
Basically, I have two sites and I'd prefer not to have enter all my links twice. Any and all feedback is much appreciated.
mrsugar
Member
Posted 5 years ago #
I too would love to know how to do this. There has to be a simple way. I have a link list (aka. blogroll) that I update with cool stuff. I would love to have people with RSS readers see my new cool links, instead of just my website posts. Please help! Thanks
allonline
Member
Posted 5 years ago #
Hi found this while i was looking for something else related to a syndicating a feedburner feed with feedwordpress, but i digress.
If you check out this blog do you mean add RSS feed to each catagory like the links here.
http://www.b2bsee.com/
If you check out the catagory links they all have there own RSS feed.
http://www.b2bsee.com/category/market-research-china/feed/
http://www.b2bsee.com/category/network-marketing-opportunity/feed/
http://www.b2bsee.com/category/mlm-network-marketing/feed/
This has been done by changing the wordpress php command used for the catagory.
Lok for it in your sidebar or wherever you have it and change from the default.
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0'); ?>
to
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=0&feed=RSS') ; ?>
You can then use these RSS catagory feeds as you want.
Ive also done the same thing here.
http://www.coolwebpagetools.com/
http://www.coolwebpagetools.com/blog/posts/category/graphics/feed/
http://www.coolwebpagetools.com/blog/posts/category/photoshop/feed/
http://www.coolwebpagetools.com/blog/posts/category/web-design/feed/
Regards
Rob