The fetch-feed tag has no wiki summary.
1
vote
1answer
149 views
Combining RSS Feeds and Sorting with fetch_feed
I'm trying to create a feed of the most recent 10 posts from 5 different feeds all combined into one list. I found a way to combine the feeds but have not been able to easily limit them to 10 and sort ...
1
vote
1answer
144 views
wp_remote_get vs. fetch_feed ? which is the better for performance?
I m trying to share my web site contents for other web sites using by external loop file or rss file.
when i asked some questions about wp_remote_get function ; @Serkan suggest to me , using ...
1
vote
1answer
333 views
Add a Post Thumbnail to an RSS Feed with custom size
I have two different blogs on the same domain and my goal is to get the 3 latest posts from blog1 to show on the home page of blog2. Everything goes well following these instructions: ...
1
vote
1answer
146 views
Scheduled event does not run at midnight
I have an event scheduled to fetch feeds from different sources at midnight. I believe for some reason it is not being triggered. I use Core Control plugin for testing. When I 'Run Now' through it, ...
1
vote
1answer
220 views
placement of wp_error with fetch_feed
This might be really simple, but I'm pretty hopeless when it comes to rss and WP. Where should I put the if ( is_wp_error( $feed ) ) { in a code like this:
<?php
$rss = ...