Famous Bloggers'); ?>

get_items() as $item) { $creators = $item->get_item_tags(SIMPLEPIE_NAMESPACE_DC_11, 'creator'); $creator_string = is_array($creators) ? sprintf('by %s', $creators[0]['data']) : ''; $content = $item->get_content(); //$content_formatted = wpautop(substr($content, 0, strpos($content, '

'))); $content_formatted = wpautop(substr($content, 0, strpos($content, '

'))); ?>

get_title()); ?>

%s %s', $item->get_date(get_option('date_format')), $creator_string); ?>

' . strip_tags(substr($content_formatted, 0, 450)) . '

'; ?>