Files
agroexpert/page-forest-experts.php

33 lines
744 B
PHP
Raw Permalink Normal View History

2025-07-04 23:44:07 +03:00
<?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' );