<?php /** * The main template file * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package LearnMore */ get_header(); get_template_part( 'template-parts/loops/layout-1' ); get_footer();