Skip to content

Instantly share code, notes, and snippets.

Created May 14, 2013 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/30da1f5e420ae35759d2 to your computer and use it in GitHub Desktop.
Save anonymous/30da1f5e420ae35759d2 to your computer and use it in GitHub Desktop.
add_filter( 'pagelines_full_width_archives', 'my_do_full_width_archives' );
function my_do_full_width_archives() {
if ( is_category() )
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment