I have a blog page that calls posts with tag 'blog'. So i called a custom WP_query() object: $blog = new WP_query('tag=blog');.
The result works fine, but when i paginate the posts, the links always is shown even if doesn't exist more than 10 posts (the default limit).
How can i fix it?