Не могу нормально отредактировать вновь созданный шаблон
Суть такая:
1) создал копию страницы page.php
2) Переименовал в my-page.php
3) прописал: Template Name: Luxury
код оставил без изменений:
<?php
/*
Template Name: Luxury
*/
?>
<?php village_get_header(); ?>
<main id="primary" class="content-area content-area--page">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php
// 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();
endif;
?>
<?php endwhile; // end of the loop. ?>
</main><!-- #primary -->
<?php village_get_footer(); ?>
Вроде бы всё... Но вот какая проблема:
1) содержимое шаблона Luxury-page.php дублируется на главной странице и в других разделах сайта
2) К этому шаблону, по моей задумке, нужно применить background: #0000, НО что бы без полей. т.е.