'; //thumb if(has_post_thumbnail()){ print '
'; if(get_post_format() == 'video'){ print '
'; } print get_the_post_thumbnail().'
'; } //date print '
'.get_the_date('d').''.get_the_date('M').'
'.get_the_date('Y').'
'.str_replace('rel="category"','',get_the_category_list( __( ', ', 'princess' ) )); if(comments_open()){ print '  •  '; comments_number( __('0 comment','princess'), __('1 comment','princess'), __('% comments','princess') ); } print '

'; if(is_sticky()){ print ''.__('sticky post','princess').''; } print ''; $title = get_the_title(); if(!empty($title)){ print get_the_title(); }else{ print __('Untitled','princess'); } print '

'; print '


'.get_the_excerpt().' '.__('Read more...','princess').'

'; //display tags if(has_tag()){ print '

'.__('TAGS: ','princess').''; $posttags = get_the_tags( $post->ID ); if ($posttags) { foreach($posttags as $tag) { $opt[] = ''.$tag->name.''; } print implode(', ',$opt); } print '

'; } print '
'; ?>