File: /mnt/data/dreamsrent-wp-demo/wp-content/themes/dreamsrent/templates/nobreadcrumb.php
<?php
/**
* Template Name: No Beadcrumb Template
*
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package Dreamsrent
*/
get_header('nobreadcrumb');
?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'templates/blog/content', 'page' );
endwhile; ?>
<?php endif; ?>
<?php get_footer(); ?>