The #1 Best Value Call Center in the Philippines

News

include_once(ABSPATH . WPINC . ‘/feed.php’); // include the required file
$feed = fetch_feed(‘http://www.globalsky.com/blog/feed/’); // specify the source feed

$limit = $feed->get_item_quantity(10); // specify number of items
$items = $feed->get_items(0, $limit); // create an array of items
$feed->set_cache_duration (120);
$feed->strip_htmltags(array(‘img’));

}
if ($limit == 0) echo ‘

The feed is either empty or unavailable.

‘;
else foreach ($items as $item) : ?>

get_title(); ?>

get_date(‘j F Y @ g:i a’); ?>

get_content(),0); ?>