'nova_menu_item' ) ); if ( post_type_exists( 'nova_menu_item' ) && $loop -> have_posts() ) : while ( $loop->have_posts() ) : $loop->the_post(); get_template_part( 'template-parts/content', 'menu' ); endwhile; // end of the Menu Item Loop wp_reset_postdata(); // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || '0' != get_comments_number() ) { comments_template( '', true ); } endif; ?>