 |
| Subscribe
now to YogiSutras and stay up-to-date with the
newest posts. |
|
 |
 |
 |
|
|
unset ($feeds);
$feeds[3]['url'] = "http://beta.search.msn.com:80/news/results.aspx?q=yoga&format=rss&FORM=R0RE";
$feeds[3]['file'] = "MSN";
$feeds[3]['count'] = 1;
$feeds[4]['url'] = "http://newspad.prweb.com/rss.php?textQuery=yoga";
$feeds[4]['file'] = "PRWeb";
$feeds[4]['count'] = 1;
$style = 1;
foreach ($feeds as $feed) {
if ($style!=1) echo ' '; // if not showing feeds as WPPosts, wrap each as a post...
$feedOut = getSomeFeed($feed['url'], $feed['count'], true, $feed['file'], '', -1, -1, false, false, $style, false, false, true);
echo $feedOut;
if ($style!=1) echo ' '; // if not showing feeds as WPPosts, wrap each as a post...
} ?>
|
|
 |