Skip to content

Instantly share code, notes, and snippets.

@riskiii
Forked from billerickson/gist:1325490
Created March 11, 2012 04:37
Show Gist options
  • Save riskiii/2015049 to your computer and use it in GitHub Desktop.
Save riskiii/2015049 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