Category Archives: Uncategorized

rss test

include_once(ABSPATH . WPINC . '/feed.php');

$rss = fetch_feed('http://surveymarks.planetzhanna.com/feed/?post_type=surveymarks');

if (!is_wp_error( $rss ) ):
$maxitems = $rss->get_item_quantity(5);
$rss_items = $rss->get_items(0, $maxitems);
endif;
?>