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' => '
' . __( 'Pages:', 'zerif-lite' ),
'after' => '
',
) );
endif; ?>