[WORDPRESS系列]dashboard 外观添加小工具

参考
http://codex.wordpress.org/zh-cn:%E4%BB%A4%E4%B8%BB%E9%A2%98%E6%94%AF%E6%8C%81%E5%B0%8F%E5%B7%A5%E5%85%B7

在functions.php 添加
<?php
if ( function_exists('register_sidebar') )
    register_sidebar();
?>

猜你喜欢

转载自lhdst-163-com.iteye.com/blog/2203379