Created new footer widget area doesn’t work after update
-
Hi, I’m Nora.
Thanks for helping me create widget areas before.
I’m not sure how but I guess there’s something changed with the update so that the newly created widget areas don’t work now.The old register code to create the footer widget area
register_sidebar(array( 'name' => 'My new footer sidebar', 'id' => 'your-sidebar-2', 'description' => 'footer sidebar', 'before_widget' => '<div id="%1$s" class="col-sm-4 widget group %2$s">', 'after_widget' => '</div>', 'before_title' => '<h3 class="widget-title">', 'after_title' => '</h3>', ));
and I insert
<div class="row"> <?php dynamic_sidebar( 'your-sidebar-2' ); ?> </div>
before
<footer id="footer">
in the footer.phpThank you.
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Created new footer widget area doesn’t work after update’ is closed to new replies.