根据 id 或永久链接检索 WordPress 中发布的博客内容
我希望有人知道我的问题的答案。
如何根据 id 或 永久链接 在 WordPress 中检索已发布的博客内容?我需要 API。
谢谢
I hope somebody know the answer of my question.
How do I retrieve posted blog content in wordpress based on id or permalink? I need the API.
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WordPress 文档是您的朋友: get_post
例如:
Wordpress documentation is your friend: get_post
e.g: