add cookie info

This commit is contained in:
argoexpert press
2025-06-05 23:17:08 +03:00
parent b2aa624866
commit d12a97c656
2 changed files with 34 additions and 1 deletions

33
page.php Normal file
View 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();