>
> '; // Template modification Hook do_action( 'hootdu_loop_start', 'index.php' ); // Begins the loop through found posts, and load the post data. while ( have_posts() ) : the_post(); // Loads the template-parts/content-{$post_type}.php template. hoot_get_content_template(); // End found posts loop. endwhile; // Template modification Hook do_action( 'hootdu_loop_end', 'index.php' ); echo '
'; // Template modification Hook do_action( 'hootdu_before_loop_nav', 'index.php' ); // Loads the template-parts/loop-nav.php template. get_template_part( 'template-parts/loop-nav' ); // If no posts were found. else : // Loads the template-parts/error.php template. get_template_part( 'template-parts/error' ); // End check for posts. endif; // Template modification Hook do_action( 'hootdu_main_end', 'index.php' ); ?>