'; // close row
the_posts_navigation(array(
'screen_reader_text' => 'Posts navigation',
'prev_text' => '
← Older Posts',
'next_text' => '
Newer Posts →',
'class' => 'd-flex justify-content-between my-5'
));
else:
echo '
' . esc_html__('No posts found.', 'wisdom1') . '
';
endif;
?>