Guest User

Untitled

a guest
May 28th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. //* Force full width layout selection
  2. add_filter( 'genesis_pre_get_option_site_layout', 'genesis_do_layout' );
  3. function genesis_do_layout( $opt ) {
  4. $opt = 'full-width-content';
  5. return $opt;
  6. }
Add Comment
Please, Sign In to add comment