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