Advertisement
srikat

Untitled

Apr 1st, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function sk_change_genesis_primary_sidebar() {
  2.  
  3. if( is_active_sidebar( 'primary-sidebar-book' ) ) {
  4.  
  5. // Remove the Primary Sidebar from the Primary Sidebar area.
  6. remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );
  7.  
  8. add_action( 'genesis_sidebar', 'sk_do_sidebar' );
  9. }
  10.  
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement