'; //title print '

'; $boss_title = get_the_title(); if(!empty($boss_title)){ print $boss_title; }else{ print __('Untitled','boss'); } print '

'; //post info if(get_post_type() != 'page'){ print '

'; print get_the_date().'   /   '; print get_the_category_list( __( ', ', 'boss' ) ); print '

'; } //excerpt if(get_post_type() != 'page' && has_excerpt()){ print get_the_excerpt(); } print ' '; ?>