>
', '' ); ?>
post_content ) ? strpos( $post->post_content, '' ) : ''; if ( ! empty( $ismore ) ) { /* translators: %s: Name of current post */ the_content( sprintf( esc_html__( 'Continue reading "%s"', 'advik-blog-lite' ), get_the_title() ) ); } else { if((!empty($show_blog_content) && is_home()) || (!empty($show_blog_content) && is_search()) || (!empty($show_blog_content) && is_author())){ the_excerpt(); } else if((!empty($show_cat_content) && is_archive()) || (!empty($show_cat_content) && is_category())) { the_excerpt(); } } wp_link_pages( array( 'before' => '', ) ); } advik_blog_lite_tags_posted_on(); ?>