我粘贴了我的siderbar小部件代码widgets.php
文件
function right_sidebar_widget() {
register_sidebar( array(
\'name\' => \'Right Siderbar\',
\'id\' => \'right-siderbar\',
\'description\' => \'Right Sidebar\',
\'before_widget\' => \'\',
\'after_widget\' => \'\',
\'before_title\' => \'<h3 class="widget-title">\',
\'after_title\' => \'</h3>\',
) );
}
add_action( \'after_setup_theme\', \'right_sidebar_widget\' );
包括
widgets.php
文件收件人
functions.php
文件使用
include_once \'includes/widgets.php\';
但是小部件不工作,我得到了错误
您当前使用的主题不支持小部件,这意味着它没有您可以更改的侧栏。有关使主题小部件感知的信息,请按照以下说明操作。
注意:我检查过了,上面的代码在函数中工作。php和小部件。成功包含php