Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Bottom Sidebar Widget Area
- register_sidebar( array (
- 'name' => __( 'Bottom Widget Area', 'redline' ),
- 'description' => __( 'Bottom widget area', 'redline' ),
- 'id' => 'bottom-widget-area',
- 'before_widget' => '<div id="%1$s" class="widget %2$s">',
- 'after_widget' => '</div>',
- 'before_title' => '<h3 class="widget-title">',
- 'after_title' => '</h3>'
- ) );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement