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>
|
<nav class="site-top-nav menu small-12 medium-6 large-shrink align-center"><?php foundationpress_top_bar_r(); ?></nav>
|
||||||
</content>
|
</content>
|
||||||
|
|
||||||
|
<?php if (is_category('peephole') || is_tag() ) : ?>
|
||||||
<aside class="bfr_category_tags">
|
<aside class="bfr_category_tags">
|
||||||
<h6 class="button primary hollow">#tags</h6>
|
<h6 class="button primary hollow">#tags</h6>
|
||||||
<div class="bfr_all_tags bfr_toogled_tags">
|
<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 wp_tag_cloud( 'unit=rem&smallest=1&largest=1&number=0&orderby=name' ); ?>
|
||||||
<?php endif; ?>
|
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
<?php endif; ?>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue