| 开发者 |
palasthotel
janame janaeggebrecht |
|---|---|
| 更新时间 | 2026年8月5日 13:35 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0.2 |
| 版权: | GPL-3.0-or-later |
| 版权网址: | 版权信息 |
template/postqueue-feed-rss2.php, a copy of the RSS2 template WordPress ships. A theme can replace it by putting a file of the same name in a plugin-parts folder, or in any sub folder of one:
your-theme/plugin-parts/postqueue-feed-rss2.phpyour-theme/plugin-parts/anything/postqueue-feed-rss2.php/wp-content/plugins/.No. Activating the plugin rebuilds the rewrite rules, and the rule covers every queue slug at once - so a postqueue created afterwards has its feed straight away. Up to version 1.0 this was necessary, which is why older instructions ask for it.
No, that address is gone as of 2.0.0. The rule behind it matched every .xml address on the site - wp-sitemap.xml among them - and answered those with a feed instead of their own content. Use /feed/<slug>/.
Every published post in the queue, in the queue's order, with no paging limit. Scheduled posts and drafts are left out.