Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个目前建立在 Wordpress 上的网站。我需要在一个类别(杂志问题)中提取“最新帖子”,以允许在 iframe 或其他方式中显示在海报博客模板的侧边栏中。
实现这一目标的最佳方法是什么?我是否应该编写一个自定义 PHP 页面,直接查询数据库以输出我想要的结果,然后将其显示在 Posterous 模板上的 iframe 中?或者有没有更简单的方法来实现这一点?
您可以将小部件注册到侧边栏,或者直接在 sidebar.php 中添加代码。最后,您所做的就是为某个类别中的最新帖子构建一个WP 查询。