Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@aabergkvist
Created January 29, 2016 19:09
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 aabergkvist/d4080f512a8cdbf6ab4e to your computer and use it in GitHub Desktop.
Save aabergkvist/d4080f512a8cdbf6ab4e to your computer and use it in GitHub Desktop.
Ta bort primär & sekundär sidebar i Genesis
<?php
//* Do NOT include the opening php tag
//* Remove the primary and secondary sidebar
unregister_sidebar( 'sidebar' );
unregister_sidebar( 'sidebar-alt' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment