max_num_pages ) { $last_page_posts = $wp_query->found_posts; } else { $last_page_posts = $wp_query->found_posts - ($wp_query->max_num_pages-1)*$posts_per_page; } $post_iterator++; $custom_class = ""; if ( 0 == $paged && 1 == $wp_query->max_num_pages ) { if ( $post_iterator == $last_page_posts ) $custom_class = " last_item"; } elseif ( 0 == $paged && 1 < $wp_query->max_num_pages && is_home() ) { if ( $post_iterator == $posts_per_page + $sticky_number ) $custom_class = " last_item"; } elseif ( $wp_query->max_num_pages == $paged ) { if ( $post_iterator == $last_page_posts ) $custom_class = " last_item"; } else { if ( $post_iterator == $posts_per_page ) $custom_class = " last_item"; } ?>