Need Banner Slider for Featured Posts
-
Hello! News Portal Theme Team,
I want to add Banner Slider for Featured Posts in my Review Blog https://day-technology.com/. I try to add Banner Widget with following Code, But nothing happen. Please help me in this.
Banner Widget Code:
// Banner Widget Startfunction wpb_widgets_init() {
register_sidebar( array(
‘name’ => ‘Banner Widget’,
‘id’ => ‘custom-header-widget’,
‘before_widget’ => ‘<div class=”chw-widget”>’,
‘after_widget’ => ‘</div>’,
‘before_title’ => ‘<h2 class=”chw-title”>’,
‘after_title’ => ‘</h2>’,
) );}
add_action( ‘widgets_init’, ‘wpb_widgets_init’ ); // Banner Widget EndThanks in advance
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Need Banner Slider for Featured Posts’ is closed to new replies.