add cookies
This commit is contained in:
12
category.php
12
category.php
@@ -4,12 +4,13 @@
|
||||
<div class="maintitle">
|
||||
<h1><?php single_cat_title(); ?></h1>
|
||||
<div class="h-telega"><a href="https://t.me/sportpressa" target="_blank">@sportpressa</a></div>
|
||||
<?php if (category_description()) : ?>
|
||||
<div class="category-description">
|
||||
<?php echo category_description(); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<?php if (category_description() && !is_paged()) : ?>
|
||||
<div class="category-description">
|
||||
<?php echo category_description(); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php get_template_part('template-parts/content', 'cards'); ?>
|
||||
|
||||
@@ -25,3 +26,4 @@
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
<?php get_footer(); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user