post_content, '' );
if ( $pos <= 0 ) {
the_excerpt();
} else {
the_content( sprintf(
/* translators: %s: Name of current post. */
wp_kses( __( 'Read more %s
→', 'themotion' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '
"', '"', false )
) );
}
wp_link_pages( array(
'before' => '
' . esc_html__( 'Pages:', 'themotion' ),
'after' => '
',
) );
?>