tags are shown only in peephole and tag
This commit is contained in:
parent
ac71f86c11
commit
12be5b7760
|
@ -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>
|
||||
|
|
Reference in New Issue