add cookie info
This commit is contained in:
33
page.php
Normal file
33
page.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/**
|
||||
* The template for displaying all pages
|
||||
*
|
||||
* This is the template that displays all pages by default.
|
||||
*
|
||||
* @package YourThemeName
|
||||
*/
|
||||
|
||||
get_header(); ?>
|
||||
|
||||
<div class="content-middle articles-wrapper">
|
||||
|
||||
<div class="section-title about-section-title">
|
||||
<h1 class="section-title__title"><? the_title();?></h1>
|
||||
</div>
|
||||
|
||||
<div class="article-single">
|
||||
|
||||
<div class="article-single__content">
|
||||
<? the_content();?>
|
||||
</div>
|
||||
|
||||
<div class="article-social">Подписывайтесь на нас в <a href="https://dzen.ru/agroexpert_press?favid=254170145" target="_blank">Дзен</a> и <a href="https://t.me/agroexpert_press" target="_blank">Telegram</a></div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
get_footer();
|
||||
Reference in New Issue
Block a user