Single Page
The template file used to render a static page (page post-type). Note that unlike other post-types, page is special to WordPress and uses the following path:
custom template file – The page template assigned to the page. See get_page_templates().
page-{slug}.php – If the page slug is recent-news, WordPress will look to use page-recent-news.php.
page-{id}.php – If the page ID is 6, WordPress will look to use page-6.php.
page.php
singular.php
index.php
Я сделал файл about.php
Хочу чтобы он был страницей about
Значит в нем я уже не пишу функции
<?php get_header(); ?>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
т.к. он и так будет использовать шаблон, в котором уже есть эти функции.
Я тогда пишу в файле about.php разметку, т.е. вёрстку.
А как мне заставить этот файл быть страницей ? не пойму
не видна она и все