 |
|
include_once("/home/yogisut/www/cg-plugins/cg-feedread.php");
// define all our feeds here...
$feeds[0]['url'] = "http://www.yogisutras.com/journeys/feed/rss/";
$feeds[0]['file'] = "journeys";
$feeds[0]['count'] = 4;
$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...
// uncomment this if you want a rule between feeds...
//echo ' ';
} ?>
|
 |
| |
|
 |
|
 |
 |
| Subscribe
now to Yoga Journeys 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...
} ?>
|
|
 |
|