我是wordpress的新手。我想自定义我的RSS订阅源。但我找不到rss文件。
我想更改此RSS:http://goo.gl/KEiS0U
我尝试更改wp-includes/feed-rss2.php
和wp-includes/feed-rss.php
但他们没有改变。它不起作用。我在哪里可以更改此RSS Feed?
答案 0 :(得分:1)
不要像现在正在编辑的那样编辑CORE WordPress文件。 WordPress提供钩子来做任何你想做的事情(差不多)而不触及核心。
See this on how to modify the RSS feed with a template
This also shows you how to write and use your own template
This is what the Codex says about RSS Feed modifications
如果您更喜欢使用插件(在WP世界中,在大多数情况下,您之前已经完成了所需的事情)