Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created February 27, 2014 19:39
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 billerickson/9257683 to your computer and use it in GitHub Desktop.
Save billerickson/9257683 to your computer and use it in GitHub Desktop.
$display = is_home() || is_archive() || is_single();
if( ! apply_filters( 'ja_blog_sidebar_display', $display ) )
return;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment