Sample Post: http://oi43.tinypic.com/huq3o6.jpg
Using the $item->get_description() function – I am only getting a part of the blog posts description. It truncates after 50-60 words.
How do I get the full post?
Any help is greatly appreciated.
Sample Post: http://oi43.tinypic.com/huq3o6.jpg
Using the $item->get_description() function – I am only getting a part of the blog posts description. It truncates after 50-60 words.
How do I get the full post?
Any help is greatly appreciated.
You must be logged in to post a comment.
I don’t know simplepie, but a quick Google search told me that
$item->get_description()
returns, well, a description. Try usingget_content()
Documentation for
get_description()
http://simplepie.org/wiki/reference/simplepie_item/get_description
Documentation for
get_content()
http://simplepie.org/wiki/reference/simplepie_item/get_content