tags are shown only in peephole and tag

This commit is contained in:
jorge-vitrubio 2021-09-28 15:08:25 +02:00
parent ac71f86c11
commit 12be5b7760
1 changed files with 2 additions and 2 deletions

View File

@ -30,13 +30,13 @@
<nav class="site-top-nav menu small-12 medium-6 large-shrink align-center"><?php foundationpress_top_bar_r(); ?></nav>
</content>
<?php if (is_category('peephole') || is_tag() ) : ?>
<aside class="bfr_category_tags">
<h6 class="button primary hollow">#tags</h6>
<div class="bfr_all_tags bfr_toogled_tags">
<?php if (is_category('peephole') || is_tag() ) : ?>
<?php wp_tag_cloud( 'unit=rem&smallest=1&largest=1&number=0&orderby=name' ); ?>
<?php endif; ?>
</div>
</aside>
<?php endif; ?>
</header>