Tag Archives: widget

WordPress to add new widget area

Add Blow code in function.php (twentyfourteen_widgets_init()) register_sidebar( array(         ‘name’          => __( ‘Primary Sidebar’, ‘twentyfourteen’ ),         ‘id’            => ‘sidebar-1’,         ‘description’   => __( ‘Main sidebar that appears on the left.’, ‘twentyfourteen’ ),         ‘before_widget’ => … Continue reading

Posted in wphtml | Tagged | Leave a comment