* If front page displays is set to static, the index.php file will be use.
* If front-page.php exists, it will be override any home page file such as home.php, index.php.
* To learn more please go to https://developer.wordpress.org/themes/basics/template-hierarchy/ .
*
* @package bootstrap-basic4
*/
// begins template. -------------------------------------------------------------------------
get_header();
get_sidebar();
?>
pagination();
unset($Bsb4Design);
} else {
get_template_part('template-parts/section', 'no-results');
}// endif;
?>