new logic menu conf

This commit is contained in:
argoexpert press
2025-07-04 23:44:07 +03:00
parent 8ee9604061
commit c6cf38dc1c
3 changed files with 41 additions and 13 deletions

33
page-forest-experts.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( 'forest' ); ?>
<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( 'forest' );