pbotcms模板获取指定栏下的所有单页内容
2024-09-20 01:02:28
{pboot:nav parent=栏目编号} {pboot:if('[nav:type]'==1)} {pboot:content scode=[nav:scode]} [content:content] {/pboot:content} {/pboot:if} {/pboot:nav} |
在指定栏下获取所有单页内容,并排除指定编号
{pboot:nav parent=栏目编号} {pboot:if('[nav:type]'==1 && '[nav:scode]' != 需要排除的编号)} {pboot:content scode=[nav:scode]} [content:content] {/pboot:content} {/pboot:if} {/pboot:nav} |