我安装了bbPress插件的WordPress安装。我想知道我应该在哪里上传额外的WordPress主题,以便它们不会被bbPress升级覆盖?
最苛刻的猜测是wp-content / plugins / bbpress / bbp-themes / dir,但是里面有一个index.php:
<?php
/**
* Do not put custom themes here. They will be deleted on bbPress updates.
*
* Keep custom bbPress themes in /wp-content/themes/
*/
?>
确定。我在那里上传了主题,但我找不到切换主题的地方。去管理员 - &gt;设置 - &gt;论坛,但没有。我甚至尝试在wp-content / themes中创建一个bbp-themes目录并在那里上传主题但仍然没有结果。
任何帮助将不胜感激。
答案 0 :(得分:0)
按照说明将主题添加到wp-content / themes /,然后在正常外观&gt;中选择它。主题部分。
您需要确保您的主题与bbPress兼容。它需要在functions.php文件中使用bbPress文件和以下内容。
add_theme_support( 'bbpress' );