array( 'class' => '' ) ) ),
the_title( '
"', '"', false )
) );
}else{
if( false === get_post_format() ){
echo wpautop( book_landing_page_excerpt( get_the_content(), 350, '.', false, false ) );
}else{
the_content( sprintf(
/* translators: %s: Name of current post. */
wp_kses( __( 'Continue reading %s
→', 'book-landing-page' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '
"', '"', false )
) );
}
}
wp_link_pages( array(
'before' => '
' . esc_html__( 'Pages:', 'book-landing-page' ),
'after' => '
',
) );
?>