'; /* Start the Loop */ while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content/content', get_post_type() ); endwhile; echo '
'; book_author_blog_navigation(); else : get_template_part( 'template-parts/content/content', 'none' ); endif; do_action( 'book_author_blog_after_default_page' ); ?>