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.
我在根级别的 XML 文件中有一个 RSS 提要。我有一个 php 脚本,可以在我想添加到 xml 时添加到它。有没有办法让 wordpress 在每次发布博客文章时都添加到该 RSS 提要?
是的,只要您可以解析 XML 然后将节点附加到它就没有问题(XML 文档并不像执行file_put_contents()附加到文档那样简单)。
file_put_contents()
一种方法是挂钩edit_post操作并在回调函数中进行更新。
edit_post