mirror of
https://github.com/danpros/htmly.git
synced 2026-04-19 03:56:21 +05:30
Update blog theme
This commit is contained in:
parent
62b01894d8
commit
cb433acfc9
1 changed files with 5 additions and 4 deletions
|
|
@ -139,10 +139,11 @@
|
|||
<div class="section-inner">
|
||||
<h2 class="heading">Tags</h2>
|
||||
<div class="tag-cloud">
|
||||
<?php $tags = tag_cloud(true); if(empty($tags)) return;?>
|
||||
<?php foreach ($tags as $tag => $count):?>
|
||||
<a class="more-link" href="<?php echo site_url();?>tag/<?php echo $tag;?>"><?php echo $tag;?></a>
|
||||
<?php endforeach;?>
|
||||
<?php $tags = tag_cloud(true); if(is_array($tags)) { ?>
|
||||
<?php foreach ($tags as $tag => $count):?>
|
||||
<a class="more-link" href="<?php echo site_url();?>tag/<?php echo $tag;?>"><?php echo $tag;?></a>
|
||||
<?php endforeach;?>
|
||||
<?php } ?>
|
||||
</div><!--//content-->
|
||||
</div><!--//section-inner-->
|
||||
</aside><!--//section-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue