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