<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>
"; } $count++; endwhile; echo "
"; $post_args = array( 'screen_reader_text' => ' ', 'prev_text' => __( '
', 'sidebar' ), 'next_text' => __( '
', 'sidebar' ), ); the_posts_pagination( $post_args ); else : get_template_part( 'template-parts/content', 'none' ); endif; ?>