'; //thumb if(has_post_thumbnail()){ print '
'.get_the_post_thumbnail().'
'; } print '
'; //sticky if(is_sticky()){ print ''.__('sticky post','four-seasons').''; } //date print get_the_date('M d., Y'); print '   /   '; //category print str_replace('rel="category"','',get_the_category_list( __( ', ', 'four-seasons' ) )); print '
'; //title print '

'; $title = get_the_title(); if(!empty($title)){ print $title; }else{ print __('Untitled','four-seasons'); } print '

'; print '

'.get_the_excerpt(); print ' '.__('Continue ⇀', 'four-seasons').''; print '

'; print ' ';