';
next_posts_link( esc_html__( 'Load More', 'adelin' ) );
echo '
';
//}
} else {
// Previous/next page navigation.
the_posts_pagination( array(
'prev_text' => esc_html__( 'Previous', 'adelin' ),
'next_text' => esc_html__( 'Next', 'adelin' ),
'before_page_number' => '',
) );
}
// If no content, include the "No posts found" template.
else :
get_template_part( 'template-parts/content', 'none' );
endif;
?>