ID); $blogzilla_options = blogzilla_theme_options(); $single_sidebar_show_checkbox = $blogzilla_options['single_sidebar_show_checkbox']; ?>
>
', '' ); else : the_title( '

', '

' ); endif; if ( 'post' === get_post_type() ) : ?>
1 && $post_format != 'gallery'){ the_content(sprintf( wp_kses( __('Continue reading "%s"', 'blogzilla'), array( 'span' => array( 'class' => array(), ),)),get_the_title())); } else{ echo wp_kses_post(blogzilla_get_excerpt($post->ID, 400)); } else: the_content(sprintf(wp_kses(__('Continue reading "%s"', 'blogzilla'),array('span' => array('class' => array(),),)),get_the_title())); endif; if(is_single()) { wp_link_pages(array( 'before' => '', 'link_before' => '', 'link_after' => '', )); } ?>