You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cosmopet-architecture/wp-content/themes/cosmopet/templates/blog/blog-front-page_block.twig

15 lines
765 B

<section class="main-blog">
<div class="new-container">
<div class="main-blog_top">
<h2 class="main-food_title">{{fn('pll_e', 'Блог')}}</h2>
<div class="main-blog_top-divider"></div>
<a href="{{fn('get_post_type_archive_link', 'post')}}">{{fn('pll_e', 'Все статьи')}}</a>
</div>
<p class="main-blog_descr">{{ fn('get_field', 'blog_text') }}</p>
{% include 'blog/category-list.twig' %}
<div class="main-blog_wrapper">
{% include 'blog/blog-front-page-post-list_block.twig' %}
</div>
<a href="{{fn('get_post_type_archive_link', 'post')}}" class="main-blog_all" >{{fn('pll_e', 'Все статьи')}}</a>
</p>
</section>