pbootcms关于tag标签调用方法全面总结
时间 :
2022-10-04
编辑 :超级管理员
列表页中调用嵌套在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}