将 Blogengine.net 帖子添加到我的主页
我已经在我的网站中安装了 BlogEngine,并且我想在我的网站的主页上显示帖子。我该怎么做?
谢谢
I've installed BlogEngine within my website and I want to show the posts on the homepage of my website. How do I do this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您使用的 BE.NET 版本,但我可能建议使用主 RSS 提要。
这将允许您通过服务器或客户端代码以编程方式显示您的文章。
如果您想告诉我们有关您的环境的更多信息,如果需要,我可以为您指出上述其中一项的一些资源。
(即兴地,如果我要实现的话,我会在客户端使用 jQuery,在服务器端使用 LINQ to XML。)
I'm not sure of the version of BE.NET you're using, but I'd probably recommend using the main RSS feed.
This would allow you to programmatically display your articles either via server- or client-side code.
If you want to tell us more about your environment I can point you towards some resources for one of the above, if needed.
(Off the cuff, if I were implementing I'd use jQuery for the client-side and LINQ to XML server-side.)