What is the best way of feeding a wordpress blog into a website? Is RSS the best way, and if so- what is the best way of displaying the feed? Is there a simply code I can put in the html? Or is javascript or PHP the best way? What are the BEST programs/codes that you recommend? Thanks
I want to display my wordpress blog on a non-wordpress website. I want my new blog- http://www.anxietymadewell.com/anxiety_blog/ on the index page of http://www.anxietymadewell.com/ I just want a feed for my blog. I don't want to convert my index page into a wordpress page. I want to keep the static HTML coding and display my bog. I want to know what the experts here think, what would be the most up to date method for achieving this, or the latest open source software?
well you can call the blog feed by using simple xml here is an example : http://www.tutorials4php.com/10/rss-feed-to-html/
Hi Commandos, I put that code on a test page and my server produced the following error- Fatal error: Cannot instantiate non-existent class: simplexmlelement Code (markup): Do I have to add something to the .htaccess to make this work? Thanks,
I'm sure there is a way to use it , i checked my php version and its PHP Version 4.4.2 maybe my host installed something ... you can check this for alternative also : http://www.shop24-7.info/32-0-simplexml-alternative-php4.html
Hi I'm in the process of learning PHP scripting, but what about programs like Zfeeder? Is that a good one to use, or are there any recent open source developments that would be better? Thanks