SiteServer CMS首页如何调用父栏目(包括其下子栏目所有内容)
<divclass="long_wrapper"><divclass="long_news"><spanclass="long_news_title"><stl:acha...
<div class="long_wrapper">
<div class="long_news"> <span class="long_news_title">
<stl:a
channelindex="理论研究" title="查看更多" class="more">更多>></stl:a>
</span>
<ul class="news_wrapper">
<stl:contents channelindex="理论研究" totalnum="11"
order="AddDate">
<li>
<stl:a title="{Content.Title}"><stl:content type="Title"
wordNum="30" ellipsis="..."></stl:content></stl:a><b><stl:content
type="AddDate"></stl:content></b>
</li>
</stl:contents>
</ul>
</div>
</div>
调用的理论研究父栏目,只出现理论研究父栏目其下的内容(其下的子栏目内容却不显示出来),要显示父栏目及子栏目所有内容,应该怎么解决呢?能具体点更好,多谢大神指导,不胜感激。。。 展开
<div class="long_news"> <span class="long_news_title">
<stl:a
channelindex="理论研究" title="查看更多" class="more">更多>></stl:a>
</span>
<ul class="news_wrapper">
<stl:contents channelindex="理论研究" totalnum="11"
order="AddDate">
<li>
<stl:a title="{Content.Title}"><stl:content type="Title"
wordNum="30" ellipsis="..."></stl:content></stl:a><b><stl:content
type="AddDate"></stl:content></b>
</li>
</stl:contents>
</ul>
</div>
</div>
调用的理论研究父栏目,只出现理论研究父栏目其下的内容(其下的子栏目内容却不显示出来),要显示父栏目及子栏目所有内容,应该怎么解决呢?能具体点更好,多谢大神指导,不胜感激。。。 展开
1个回答
展开全部
妈蛋还是过期了,看到迟了
scope="SelfAndChildren"
官方说明文档如是说
SelfAndChildren 显示本级栏目及下一极子栏目下的所有内容
所以你只要在<stl:contents channelindex="理论研究" totalnum="11" order="AddDate">
加一句scope="SelfAndChildren"
<stl:contents channelindex="理论研究" scope="SelfAndChildren" totalnum="11" order="AddDate">
完成
scope="SelfAndChildren"
官方说明文档如是说
SelfAndChildren 显示本级栏目及下一极子栏目下的所有内容
所以你只要在<stl:contents channelindex="理论研究" totalnum="11" order="AddDate">
加一句scope="SelfAndChildren"
<stl:contents channelindex="理论研究" scope="SelfAndChildren" totalnum="11" order="AddDate">
完成
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询