我可以Limit Group Items in the Content Query WebPart以便输出
<h2>Group Header</h2>
<ul>
<li>Item One</li>
<li>Item Two</li>
<li>Item Three</li>
<li>See More</li>
</ul>
我已经按照链接的教程工作正常,我无法得到正确的输出。特别是两个UL
标签。
答案 0 :(得分:0)
包含结构(类cbq-layout-main
的表)在ContentQueryMain.xsl
文件OuterTemplate
模板中定义。但是,如果您修改它,将修改所有ContentQueryWebpart-s。
因此您必须为主要查询创建自定义定义(例如ContentQueryMain-cust.xsl
),然后按照本教程进行操作:http://www.thesug.org/Blogs/kyles/Lists/Posts/ViewPost.aspx?ID=3&RootFolder=%2FBlogs%2Fkyles%2FLists%2FPosts