itemtype="http://schema.org/BlogPosting" itemtype="http://schema.org/BlogPosting">
<?php the_title_attribute(); ?>

post_content ) ) { $ismore = strpos( $post->post_content, '' ); } if ( $ismore ) { the_content( sprintf( esc_html__( '[…]', 'zerif-lite' ), '' . esc_html__( 'about ', 'zerif-lite' ) . get_the_title() . '' ) ); } else { the_excerpt(); } wp_link_pages( array( 'before' => '', ) ); ?>