Register your Custom Sidebar
To register your own custom sidebar in wordpress, you just need to write the following code inside ”twentytwelve_widgets_init()” function which is present in functions.php in your theme folder.
register_sidebar( array( 'name' => __( 'your sidebar name',…
View Post













