Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

How do i fetch the rss feed from another site.

Check out Popsugar.com

at the bottom of their site they fetch feeds from various sites,

I'm pretty sure it's not a plugin because they have custom banners above the feed, so how can i do the same.

A function something.

I tried this one bellow but it didn't work

http://digwp.com/2009/11/import-and-display-feeds-in-wordpress/

share|improve this question

closed as too localized by toscho Jan 3 at 23:26

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

You can try

  1. feedwordpress
  2. Syndicate Press

You can also do this by coding in your wordpress theme. all depends on your needs... If you wish to code you'll probably need Wordpress feed functions and specificly start with fetch_feed

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.