__( 'Previous page', 'abedul' ),
// 'next_text' => __( 'Next page', 'abedul' ),
// 'before_page_number' => '' . __( 'Page', 'abedul' ) . ' ',
// ) );
else :
// If no content, include the "No posts found" template.
get_template_part( 'template-parts/content', 'none' );
endif;?>