這個應該不是什麼新問題了,現在重提,只因為在百度知道看到仍有不少朋友提問 「WordPress 後臺友情連結哪裡去了」 的問題;
WordPress 模板官方檔案裡,關於 links manager(連結表) 的變動,有專門一節進行了介紹;檔案裡第一句就有如下說明:

As of Version 3.5, the Links Manger and blogroll are
hidden for new installs and any existing WordPress installs that do not
have any links. If you are upgrading from a previous version of
WordPress with any active links, the Links Manager will continue to
function as normal. If you would like to restore the Links panel to your
install you may download and install the Links Manager plugin.


其大意是指,自 3.5 版本起,新安裝的 WordPress,連結表功能預設是被隱藏的;但如果是從之前的版本升級過來並且以前有新增連結表內
容,WordPress 將延續連結表的常用功能;如果您想恢復連結表的管理頁面,可以透過下載並安裝 Links Manager 外掛來完成;
透過解釋不難發現,若想解決此類問題,只需要到 WordPress 外掛中心下載並安裝 Links Manager 外掛即可解決;也有很多朋友提出在當前皮膚中的 functions.php 檔案中增加下面一句:

add_filter( 'pre_option_link_manager_enabled', '__return_true' );

經過測試,也是可以重啟連結表功能,但個人建議還是透過外掛來完成;官方作出這樣的調整,肯定有其考量。