如何在WordPress外部调用wp-posts数据而不获取重复数据

发布于 2024-10-26 17:36:43 字数 291 浏览 1 评论 0原文

我安装了一个 WordPress,我想在 WordPress 之外的页面中显示帖子。(在 Magento 页面中) 我已经应用查询来获取所有记录,但它显示了重复的记录,因为我可以在数据库的 wp-posts 表中看到具有不同 id 的重复帖子。 现在我怎样才能一次获得具有多个 id 的单个记录:(??? 有什么想法吗???

注意:在 WordPress 中,它仅显示每个帖子一次,这意味着不会出现重复的记录第二次,但在 WordPress 之外,它会获取同一帖子的多个实例。

我认为我的任何代码都是必需的,因为这是一个简单直接的问题!

i had installed a wordpress and i want to show the posts in a page outside wordpress.(in magento page)
i had applied the query to fetch all records, but it shows me duplicate records, as i can see the duplicate posts with different id's in wp-posts table in database.
Now how can i get the single record with multiple id's once :( ???
Any idea ???

NOTE : in wordpress it is showing each post only once mean no duplicate record is showing up 2nd time, but outside wordpress it is fetching multiple instances of the same post.

i don think so any code of mine is required as it is a simple straight forward question !!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

惜醉颜 2024-11-02 17:36:43

WordPress 可以进行修订。每次保存帖子时都会进行新的修订。您所要做的就是为每个帖子选择最大的修订版。

Wordpress works with revisions. Each time you save a post a new revision is made. All you have to do is select the biggest revision for each post.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文