typecho 将分类添加到导航菜单中

typecho 将分类添加到导航菜单中

                                   

<?php $this->widget('Widget_Metas_Category_List')->to($category); ?>
     <?php while($category->next()): ?>
     <li<?php if($this->is('category', $category->slug)): ?> class="current"<?php endif; ?>><a href="<?php $category->permalink(); ?>"><?php $category->name(); ?></a></li>
<?php endwhile; ?>

将上述代码加在header.php


回复列表



回复操作






   

发布时间:2016-12-28 13:39:55