Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pigmentGit/0966bea220c90426e4d1 to your computer and use it in GitHub Desktop.
Save pigmentGit/0966bea220c90426e4d1 to your computer and use it in GitHub Desktop.
Shows current page and displey some class to be used
<?php if ( is_home() || is_single() || is_search() || is_archive() ) { echo 'current_page_item'; } ?>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment