/ Published in: PHP
Place this code into functions.php
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function the_widgets_init() { return; 'name' => __('Home sidebar', "wpbakery.com"), 'before_widget' => '<div id="%1$s" class="widget %2$s">', 'after_widget' => '</div><div class="clear"> </div>', 'before_title' => '<h2 class="widget_title">', 'after_title' => '</h2>', )); } add_action( 'init', 'the_widgets_init' );