如果你把它放在函数中,它应该对你有用。主题中的php文件。只要用类别名称替换“此处的类别名称”。
function custom_feed_wpse_128087($qv) {
if (isset($qv[\'feed\'])) {
$qv[\'post_type\'] = get_post_types();
$qv[\'category_name\'] = \'CATEGORY NAME HERE\';
}
return $qv;
}
add_filter(\'request\', \'custom_feed_wpse_128087\');