如何在 SP 2010 中将公告列表添加到母版页
我想在我的母版页中添加一个公告列表,以便这些公告显示在网站集中的所有页面中。
通过谷歌搜索,我发现我们无法将动态 Web 部件添加到母版页。
这可以通过编程或通过 powershell 来实现吗?
我还想显示最新的 3 个公告(按日期修改)
可以吗???
预先感谢
普拉基
I want to add an announcement list to my masterpage, so that these announcements are shown in all the pages in the sitecollection.
from googling i found out that we cannot add dynamic webparts to master page.
can this be achieved programmatically or through powershell.
also i want to show the latest 3 announcements ( modified by date)
is it possible???
thanks in advance
Praky
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 Content QUery WP 非常简单。 IN 编辑 WP 的演示部分。使用按“创建”降序排序,并将项目限制为 3。
Quite Simple really using the Content QUery WP. IN Presentation part of the Edit WP. Use the sort by Created in descending order and limit items to 3.