<?php $post_type = 'directions'; $myposts = get_posts( [ 'posts_per_page' => -1, 'post_type' => $post_type, ] ); ?> <?php get_header(); ?> <?php get_template_part( 'template-parts/content_header', 'none' ); ?> <?php get_template_part( 'blocks/blocks' ); ?> <?php get_footer(); ?>