'.$post_meta.'
'; } the_title('

', '

'); ?>
get_option( 'blog_excerpt_type') == 'auto'){ if(strpos($post->post_content, '')){ the_content( esc_html__( 'Read more', 'rife-free' )); } else{ the_excerpt(); } } //manual post cutting else{ the_content( esc_html__( 'Read more', 'rife-free' )); } ?>