add cookies
This commit is contained in:
13
tag.php
13
tag.php
@@ -2,14 +2,15 @@
|
||||
|
||||
<main class="main">
|
||||
<div class="maintitle">
|
||||
<h1>#<?php single_tag_title(); ?></h1>
|
||||
<h1 class="hashtag-title"><?php single_tag_title(); ?></h1>
|
||||
<div class="h-telega"><a href="https://t.me/sportpressa" target="_blank">@sportpressa</a></div>
|
||||
<?php if (tag_description()) : ?>
|
||||
<div class="tag-description">
|
||||
<?php echo tag_description(); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
<?php if (tag_description() && !is_paged()) : ?>
|
||||
<div class="category-description">
|
||||
<?php echo tag_description(); ?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php get_template_part('template-parts/content', 'cards'); ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user