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