Search code examples
phprsswordpressfeed

I want to show latest 3 post from non wordpress website to my wordpress cms using rss feed


I want to display a list of post from a non wordpress website to my wordpress website using RSS. I want to show a thumbnail, short desc, link, title and style them.

I tried with "feedwordpress" plugins, but still cant find the exact solution. Please do help me.


Solution

  • You should be able to do this in your template via the fetch_feed function (powered by SimplePie):

    http://codex.wordpress.org/Function_Reference/fetch_feed