Skip to content

Instantly share code, notes, and snippets.

@v9n
Created December 29, 2010 01:46
Show Gist options
  • Save v9n/758032 to your computer and use it in GitHub Desktop.
Save v9n/758032 to your computer and use it in GitHub Desktop.
Get current category ID in Wordpress outside the loop
<?php
$current = get_query_var('cat');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment