Fetching the whole content from wordpress posts with magpie

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ferhat
Forum Newbie
Posts: 1
Joined: Sat Jun 20, 2009 9:37 am

Fetching the whole content from wordpress posts with magpie

Post by ferhat »

Hello, I'm fetching get the full content of the blogs for our project. The problem is we can get the whole content of the posts from other RSS 2.0 feeds, but can only get description from wordpress although the full text is selected in the blogs.

To see the problem I used print_r() in the related function of Magpierss. Find out that the $item['content']['encoded'] element is not listed while I can see it in the feed page's resource. Is there anyone have an idea about this problem?
Post Reply