get_item_quantity( 5 );
// Build an array of all the items, starting with element 0 (first element).
$rss_items = $rss->get_items( 0, $maxitems );
endif;
?>
get_title() );
if ($title !== ‘Unspecified’)
{
echo $title;
echo ‘
‘;
$address = esc_html( $item->get_description() );
echo preg_replace(‘/[^!<>@&\/\sA-Za-z_]/’, ‘ ‘, $address, 10);
echo ‘
‘;
echo esc_html( $item->get_date(‘j M Y | H:i ‘) . ‘ hours’ );
echo ‘‘;
} ?>