fix partners
This commit is contained in:
@@ -10,15 +10,13 @@ $nn = 0;?>
|
||||
|
||||
|
||||
<div id="content">
|
||||
|
||||
|
||||
|
||||
<ul id="nav_content">
|
||||
<li><a href="<?=get_home_url()?>">Главная</li>
|
||||
<li><a href="<?=get_home_url()?>">Главная</a></li>
|
||||
<li> - <?single_cat_title()?></li>
|
||||
</ul>
|
||||
|
||||
<h1 class="my-4"><?=single_cat_title()?></h1>
|
||||
<h1 class="my-4"><?single_cat_title()?></h1>
|
||||
|
||||
<?php if(have_posts()) : while(have_posts()) : the_post();?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user