Joh*_*hnP 10
它在functions.php文件中定义.您可以通过传递正确的选项轻松更改它
if (function_exists('register_sidebar')) {
$opts = array(
'name' => 'IndexWidgets',
'before_widget' => '<div id="%1$s2" class="home_box %2$s">',
'after_widget' => '</div></div>',
'before_title' => '<h2>',
'after_title' => '</h2><div class="home_box_body">'
);
register_sidebar($opts);
}
Run Code Online (Sandbox Code Playgroud)
这是Wordpress codex链接供参考:http://codex.wordpress.org/Function_Reference/register_sidebar
| 归档时间: |
|
| 查看次数: |
15601 次 |
| 最近记录: |