>
'; // 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. hybridextend_get_content_template(); // End found posts loop. endwhile; echo '
'; // Template modification Hook do_action( 'hoot_loop_end', 'index.php' ); ?>