输出全部分类 - 当前分类current 输出全部分类,并对当前分类current标记:<ul id="nav_menu"> <?php $this->widget('Widget_Metas_Category_List' ...
自定义分类、搜索、首页文章数量 自定义分类、标签、搜索、首页等文章分页数量,修改 functions.php 文件:function themeInit($archive) { if ($archive->is('index')) { ...
导航不显示某分类或页面 导航菜单不显示某分类或某页面<?php while ($pages->next()): ?> <?php while ($pages->next()): ?> //循环语句开始 <?php ...
新窗口打开评论者主页 \var\Widget\Abstract\ 夹下的 Comments.php 文件,找到 373 行左右的这句:原始代码:echo '<a href="' , $this->url , '"' , ( ...
全部标签列表 - 按文章数量排序 自定义标签数量(就这里面的20),按照文章数量排序:<?php $this->widget('Widget_Metas_Tag_Cloud', array('sort' => 'count', 'ignoreZer ...
获取分类描述 <?php echo $this->getDescription(); ?> 案例演示:<?php $this->widget('Widget_Metas_Category_List') ->pa ...