Guest User

Untitled

a guest
Dec 17th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. // Footer Widget options
  2. function footer_widgets() {
  3.  
  4. register_sidebar( array(
  5. 'name' => 'Footer Options "Kontakt" ',
  6. 'id' => 'footer_options',
  7. 'before_widget' => '<div>',
  8. 'after_widget' => '</div>',
  9. 'before_title' => '<h2 class="rounded">',
  10. 'after_title' => '</h2>',
  11. ) );
  12. }
  13. add_action( 'widgets_init', 'footer_widgets' );
Add Comment
Please, Sign In to add comment