+ >
+
+
+
' . esc_html__( 'No posts found in this category.', 'wisdom1' ) . '';
+ echo '
+
'; // close row and alert
endif;
?>
-
- >
-
- ', '' ); ?>
-
+
'; // 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 in this category.', 'wisdom1') . '