How to prepare SimplePie_Item’s get_date() for l10n?
I’m trying to improve the localization of the Bones theme. On the admin side it provides an RSS widget which uses the following … Read more
I’m trying to improve the localization of the Bones theme. On the admin side it provides an RSS widget which uses the following … Read more
I have a feed with 50 items but seemingly no matter what I do, it always returns just 25. $feed->set_item_limit(50); or $rss_items = … Read more
I’m using WP function fetch_feed to retrieve a feed and display its items. <?php /* include the required file */ include_once(ABSPATH . WPINC … Read more
I am trying to pull the post thumbnail from an RSS feed to output on an external site. I am using the following … Read more
I’ve got a very basic solution using fetch_feed() and SimplePie to pull in RSS items which is working on my localhost, but for … Read more
I am using the fetch_feed() function provided in WordPress to build a SimplePie feed object. The code from WP is the following: function … Read more
According to the docs, if you want to cache results for a fetch of RSS feeds with simplepie, you do this: add_filter( ‘wp_feed_cache_transient_lifetime’ … Read more
I have this feed from picasa (correct but arbitrary, desired order). The result is messed up Also, with this feed, for example. It’s … Read more