Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created October 30, 2011 04:34
Show Gist options
  • Select an option

  • Save billerickson/1325490 to your computer and use it in GitHub Desktop.

Select an option

Save billerickson/1325490 to your computer and use it in GitHub Desktop.
Genesis: Force Page Layout
<?php
// Force layout on category
add_filter('genesis_pre_get_option_site_layout', '__genesis_return_full_width_content');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment