post_content ) ? strpos( $post->post_content, '' ) : '';
if ( ! empty( $ismore ) ) {
/* translators: %s: Name of current post */
the_content( sprintf(
esc_html__( 'Continue reading
"%s"', 'amyra' ),
get_the_title()
) );
} else {
the_excerpt();
}
wp_link_pages( array(
'before' => '
' . esc_html__( 'Pages:', 'amyra' ),
'after' => '
',
) );
}
?>