列表页中调用嵌套在pboot:list标签中
{pboot:tags id=[list:id]}
<a href="[tags:link]">[tags:text]</a>
{/pboot:tags}
内容页中调用
{pboot:tags id={content:id}}
<a href="[tags:link]">[tags:text]</a>
{/pboot:tags}
全站tag调用
{pboot:tags}<a href="[tags:link]">[tags:text]</a>{/pboot:tags}
tags.html调用列表:
{pboot:list num=10 scode=* page=1}
{/pboot:list}