Files
agroexpert/page.php
argoexpert press d12a97c656 add cookie info
2025-06-05 23:17:08 +03:00

33 lines
724 B
PHP

<?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();