akcms调用分类文章目录

参数
id 指定的栏目ID
num调用栏目个数
skipid 跳过的栏目ID,支持多个
rootcategory 上级栏目号
skipsub 跳过二级分类

模板
[path]栏目的地址
[category] 栏目的名字

调用所有分类举例:
<{getcategories template=”<li id=()nav[categoryid]()><a href=()/[path]/()>[category]</a></li>[n]”}>

<{getcategories num=”30″  expire=”600″ template=”
<li><a href=()/[path]/()>[category]</a></li> “}>

跳过第一个栏目举例

<{getcategories num=”30″ skipid=”1″ expire=”600” template=”<li><a href=()/[path]/()>[category]</a></li> “}>

使用前将“改成英文状态下的。

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>