2012-07-18 40 views
1

我有安裝了bbPress插件的WordPress安裝。我想知道我應該在哪裏上傳其他WordPress主題,以便它們不會被bbPress升級覆蓋?作爲WordPress插件安裝時,我在哪裏上傳bbPress主題?

最straitforward猜測是的wp-content /插件/ bbPress的/ BBP主題/目錄,但有一個內部的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目錄,並在那裏上傳主題,但仍然沒有結果。

任何幫助將不勝感激。

回答

0

添加主題的wp-content /主題/的指示後,再正常外觀>主題部分中選擇它。

你需要確保你的主題是兼容的bbPress。它需要bbPress文件和functions.php文件中的以下內容。

add_theme_support('bbpress');