2012-07-06 82 views
1

我是新聞主題設計中的新手。我創建了一個新的主題,但在外觀菜單它只顯示wordpress中的外觀菜單選項

  • 主題
  • 小工具
  • 編輯

像預先構建的WP主題(twentyten和twentyelevan),我想所有其他菜單選項。

  • 主題
  • 小工具
  • 菜單
  • 主題選項
  • 背景
  • 編輯

我做在谷歌搜索,發現只有有關如何添加菜單選項,但di dnèt找到其他選項的解決方案。請幫助我並告訴我它的解決方案。

回答

4

更新答案

自定義背景:http://codex.wordpress.org/Custom_Backgrounds

你需要添加主題支持

http://codex.wordpress.org/Function_Reference/add_theme_support

widget的http://codex.wordpress.org/Function_Reference/register_sidebar

其實玩弄twentyten或twentyeleven,你會看到那裏的代碼。 大部分都在functions.php中,然後sidebar.php的

編碼快樂:)


你確定你當前登錄的用戶是管理員?

如果是的話,也許在你的functions.php或其他php文件中有一些代碼,或者一些插件禁用這些選項。

Canyou檢查是否有這樣的

remove_submenu_page('themes.php', 'theme_options'); 

參考任何代碼: http://codex.wordpress.org/Function_Reference/remove_submenu_page

+0

人無我有我自己創建的主題。這就是爲什麼我不知道如何啓用這些選項。 – 2012-07-06 18:19:36