' ' . '' . __( 'Next post:', 'blog-expert' ) . ' ' . '%title', 'prev_text' => ' ' . '' . __( 'Previous post:', 'blog-expert' ) . ' ' . '%title', ) ); /** * Navigation * * @hooked blog_expert_post_floating_nav - 10 */ do_action('blog_expert_navigation_action'); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; ?>