我需要在WordPress博客的RSS Feed中插入帖子的类别。我编辑了文件/wp-include/feed-rss.php插入行: ]>但我可能错误的PHP函数名称。因此,类别名称不会出现。有人能帮助我吗?
答案 0 :(得分:2)
我认为wordpress中有默认功能the_category_rss($ type)。对于rss the_category_rss(' rss')/ the_category_rss(' rss2')/ the_category_rss(' atom')在the_title_rss()标记之后或相应Feed中的任何位置包含文件夹中的-rss.php / feed-rss2.php / feed-atom.php文件。完成后,我们可以在feed xml中看到类别标记。否则我们可以在functions.php中创建add_action