<h4>Привет</h4>
<h1>Это страница about</h1>
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
а как же тогда перегонять файлы , если я разрабатываю сайт на локальном сервере на боевой сервер ?
Я думал, можно через FTP ?
Все файлы в кучу собрал, и отправил.
А тут получается, что вёрстка будет написана в админке..
И как ее оттуда доставать для отправки ?
Или только с помощью плагинов типа Импорт Экспорт перекидывать весь сайт ?