Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save schikulski/ee2a24d68ab6ad713dbb to your computer and use it in GitHub Desktop.
Save schikulski/ee2a24d68ab6ad713dbb to your computer and use it in GitHub Desktop.
<?php if (($wp_query->current_post +1) == ($wp_query->post_count)) {
echo 'This is the last post';
} ?>
<?php if (($wp_query->current_post +1) != ($wp_query->post_count)) {
echo 'This is the not the last post';
} ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment