@ Michael
This code does not work with Virtue Theme
The code at Virtue theme looks like this.
And here I have the problem how can I change this,
To show the page without heder, sidebar and footer
///page.php///
<div id=”pageheader” class=”titleclass”>
<div class=”container”>
<?php get_template_part(‘templates/page’, ‘header’); ?>
</div><!–container–>
</div><!–titleclass–>
<div id=”content” class=”container”>
<div class=”row”>
<div class=”main <?php echo esc_attr( kadence_main_class() ); ?>” role=”main”>
<div class=”entry-content” itemprop=”mainContentOfPage”>
<?php get_template_part(‘templates/content’, ‘page’); ?>
</div>
<?php global $virtue; if(isset($virtue[‘page_comments’]) && $virtue[‘page_comments’] == ‘1’) { comments_template(‘/templates/comments.php’);} ?>
</div><!– /.main –>