add main-arrow

This commit is contained in:
arlemp@selectel.ru
2021-12-28 23:31:56 +03:00
parent 5b279f70e6
commit 4d88d4133f
6 changed files with 72 additions and 6 deletions

View File

@@ -79,7 +79,7 @@ get_header();?>
<?for ($i = 1; $i <= $endpolosa; $i++) {?>
<?if (isset($pitems[$i])):?>
<h2 class="part_title">Полоса <?=$i?></h2>
<!--<h2 class="part_title">Полоса <?=$i?></h2>-->
<?foreach($pitems[$i] as $item):?>
<?$category = get_the_category($item->ID);
$category_id = $category[0]->term_id;