admin管理员组

文章数量:1122832

I'm fairly new to Wordpress and I'm just wondering how to create a RSS feed of all posts.

Are there plugins for this? Is this something I have to change in code? etc...

I'm trying to implement my Wordpress posts with Hootsuite, so that when I make new posts in Wordpress, Hootsuite will automatically post them on my social media websites through RSS.

Any help is much appreciated

I'm fairly new to Wordpress and I'm just wondering how to create a RSS feed of all posts.

Are there plugins for this? Is this something I have to change in code? etc...

I'm trying to implement my Wordpress posts with Hootsuite, so that when I make new posts in Wordpress, Hootsuite will automatically post them on my social media websites through RSS.

Any help is much appreciated

Share Improve this question asked Aug 9, 2012 at 18:03 RomesRomes 4554 gold badges11 silver badges20 bronze badges 1
  • Check this out WordPress Feeds – Amit Kosti Commented Aug 9, 2012 at 18:11
Add a comment  | 

1 Answer 1

Reset to default 2

WordPress already automatically creates RSS feeds ... just add /feed/ to the end of a URL

you can do this from topleveldomain.com/feed or and even from categories and tags like this topleveldomain.com/tag/sometag/feed

You should also go to WordPRess Admin > Settings > Reading and you may need to change the number of default items in your feed from 10 to 20 or more.

see also the page on the WordPress codex referenced by Amit in the comment above.

本文标签: Create an RSS feed of all posts