widget not showing up
-
hi,
i am trying to add a widget on my homepage but its not working.i tried couple times to rewrite it but nothing happens, this is what i m writting in functions.php fileregister_sidebars( 1, array( 'name' => 'Left Sidebar', 'before_widget' => '<div id="%1$s">', 'after_widget' => '</div>', 'before_title' => '<h3>', 'after_title' => '</h3>' ) );
and on home.php
`if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Left Sidebar’) ) :
endif;
I removed the <?php ?> tagts for any disturbance.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘widget not showing up’ is closed to new replies.