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;
?>
-
No items.
-
get_date(‘j F Y | g:i a’); ?>’>
get_title() ); ?>
‘;
else
// Loop through each feed item and display each item as a hyperlink.
foreach ( $rss_items as $item ) : ?>