correct rubrics rfo

This commit is contained in:
argoexpert press
2025-06-19 18:45:43 +03:00
parent 0c4e403479
commit 7f1f54f885
2 changed files with 43 additions and 6 deletions

View File

@@ -5,18 +5,21 @@
<div class="rfo-rubrics-line">
<?php get_template_part('rfo/category-end', null, [
'category' => 'rfo', // slug рубрики
'style' => 'item-rfo-zh'
'category' => 'opinion', // slug рубрики
'style' => '',
'title' => 'Интервью'
]);?>
<?php get_template_part('rfo/category-end', null, [
'category' => 'rfo', // slug рубрики
'style' => 'item-rfo-zel'
'category' => 'fumigation', // slug рубрики
'style' => 'item-rfo-zh',
'title' => 'Фумигация'
]);?>
<?php get_template_part('rfo/category-end', null, [
'category' => 'rfo', // slug рубрики
'style' => 'item-rfo-zh'
'category' => 'zashchita-rasteniy', // slug рубрики
'style' => 'item-rfo-zel',
'title' => 'Защита растений'
]);?>