由於我升級了 IMAC 的系統,導致電腦上的 XAMPP 不能運行,所以在製作主題的過程中需要在線測試,但是新主題還是個框架,還不能讓訪客查看,博客雖然沒幾個人看,保持良好的界面形象是你對他人的一種尊重。 於是想到對於 WordPress 的管理員顯示測試主題,對於訪客顯示正常主題。使用如下代碼實現:

add_filter('template','admin_theme');
add_filter('option_template','admin_theme');
add_filter('option_stylesheet','admin_theme');
functionadmin_theme($theme){
if(current_user_can('level_10')){