srikat

page_fullwidth.php

Mar 3rd, 2015
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <?php
  2. /*
  3.     Template Name: Full Width
  4. */
  5.  
  6. //* Force full width content
  7. add_filter( 'genesis_pre_get_option_site_layout', '__genesis_return_full_width_content' );
  8.  
  9. genesis();
Advertisement
Add Comment
Please, Sign In to add comment