如何在Wordpress中使用/wp-admin/theme-editor.php编辑内部文件(/js/ or /css/
)?
答案 0 :(得分:2)
您需要为主题设置文件权限,以便对其进行编辑。
来自http://codex.wordpress.org/Editing_Files
使用内置的WordPress插件或主题编辑器编辑文件, 必须将该文件的权限设置为可写(至少为666)。
答案 1 :(得分:0)
您还需要更改theme-editor.php中的get_files代码