', '' ); the_archive_description( '
', '
' ); ?>
_x( 'Published in %title', 'Parent post link', 'brendah' ), ) ); } elseif ( is_singular( 'post' ) ) { // Previous/next post navigation. the_post_navigation( array( 'next_text' => ' ' . '' . __( 'Next post:', 'brendah' ) . ' ' . '%title', 'prev_text' => ' ' . '' . __( 'Previous post:', 'brendah' ) . ' ' . '%title', ) ); } // End the loop. endwhile; // Previous/next page navigation. the_posts_pagination( array( 'prev_text' => __( 'Previous page', 'brendah' ), 'next_text' => __( 'Next page', 'brendah' ), 'before_page_number' => '' . __( 'Page', 'brendah' ) . ' ', ) ); // If no content, include the "No posts found" template. else : get_template_part( 'template-parts/content', 'none' ); endif; ?>