Check if last post

<?php if( ($wp_query->current_post + 1) < ($wp_query->post_count) ) {
 // Do something if it's the last post.
};
?>

Source : http://wp-snippets.com/check-if-last-post/

Processing your request, Please wait....

No Responses to “Check if last post”

Comments (Your Comments)

Leave a Reply

You must be logged in to post a comment.