Skip to content

Instantly share code, notes, and snippets.

@fernandofuly
Created December 5, 2014 14:12
Show Gist options
  • Save fernandofuly/663a7f4077acdd3aa9ee to your computer and use it in GitHub Desktop.
Save fernandofuly/663a7f4077acdd3aa9ee to your computer and use it in GitHub Desktop.
Exclude Current Post ID from loop in Sidebar - WPQuery
<?php
// This is it
'post__not_in' => array( $post->ID )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment