Need help with widgetizing a theme
-
Hey ,
I need your help to add a sidebar to my wordpress theme , I added this code to my functions.php and I see the new widget area in my widget menu screen but I cant see the widget working in the front end of my website .
register_sidebar(array( 'name'=> 'Left Sidebar', 'id' => 'left_sidebar', 'before_widget' => '<li id="%1$s" class="widget %2$s">', 'after_widget' => '', 'before_title' => '<h3>', 'after_title' => '</h3>',
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Need help with widgetizing a theme’ is closed to new replies.