Title: randomize article sources?
Last modified: June 21, 2019

---

# randomize article sources?

 *  Resolved [tevil](https://wordpress.org/support/users/tevil/)
 * (@tevil)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/randomize-article-sources/)
 * Is there a way to randomize the article sources better? I have about 10 feed 
   sources and the limit set to 8 and every time the page refreshes it refreshes
   the articles but it gives me 8 articles from the same source. Is there a way 
   to get it to pick 1 article from each feed source? Im using the free version 
   right now. Thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Frandomize-article-sources%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [contactashish13](https://wordpress.org/support/users/rozroz/)
 * (@rozroz)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/randomize-article-sources/#post-11665500)
 * [@tevil](https://wordpress.org/support/users/tevil/) this is something you will
   have to do with a piece of code added to the theme’s functions.php. You can use
   the below skeleton snippet to develop your own logic:
 *     ```
       add_filter( 'feedzy_get_feed_url', 'feedzy_get_feed_url', 10, 1 );
       function feedzy_get_feed_url( $url ) {
       	// randomize the urls
       	return $url;
       }
       ```
   
 *  Thread Starter [tevil](https://wordpress.org/support/users/tevil/)
 * (@tevil)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/randomize-article-sources/#post-11693961)
 * thanks but way beyond my scope of knowledge lol

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘randomize article sources?’ is closed to new replies.

 * ![](https://ps.w.org/feedzy-rss-feeds/assets/icon-256x256.gif?rev=3418285)
 * [RSS Aggregator by Feedzy – Feed to Post, Autoblogging, News & YouTube Video Feeds Aggregator](https://wordpress.org/plugins/feedzy-rss-feeds/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/feedzy-rss-feeds/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/feedzy-rss-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/feedzy-rss-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/feedzy-rss-feeds/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [tevil](https://wordpress.org/support/users/tevil/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/randomize-article-sources/#post-11693961)
 * Status: resolved