>
', '' );
post_meta();
else :
category_setup();
if(is_sticky()):
$icon ='thumb-tack';
else:
$icon ='ticket';
endif;
the_title( '' );
endif;
?>
';
the_content(__('Read more →','bloggyfourteen') );
echo '';
wp_link_pages();
if(is_single()):
the_tags( ' ', ' , ', '
' );
endif;
endif;
?>