【发布时间】:2012-07-18 17:25:08
【问题描述】:
我安装了 bbPress 插件的 WordPress。我想知道我应该在哪里上传额外的 WordPress 主题,这样它们就不会被 bbPress 升级覆盖?
最严格的猜测是 wp-content/plugins/bbpress/bbp-themes/ 目录,但是里面有一个 index.php 声明:
<?php
/**
* Do not put custom themes here. They will be deleted on bbPress updates.
*
* Keep custom bbPress themes in /wp-content/themes/
*/
?>
好的。我在那里上传了主题,但找不到切换主题的地方。去了管理员->设置->论坛,但那里什么也没有。我什至尝试在 wp-content/themes 中创建一个 bbp-themes 目录并在那里上传主题,但仍然没有结果。
任何帮助将不胜感激。
【问题讨论】: