Skip to content

Instantly share code, notes, and snippets.

@alwerner
Created July 8, 2014 19:48
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 alwerner/fed12f395900d0aa688a to your computer and use it in GitHub Desktop.
Save alwerner/fed12f395900d0aa688a to your computer and use it in GitHub Desktop.
// array starts with 0, so adding 1 will equal the count
<?php if( ($wp_query->current_post + 1) == ($wp_query->post_count)) : ?>foo<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment