Next Page Link shows same posts on custom template
I have a Page, with Custom Page Template to display 6 "Posts" with a specific category on that page.
I have tried:
div class="navigation"
div class="alignleft"?php previous_posts_link('laquo; Previous Entries') ?/div
div class="alignright"?php next_posts_link('Next Entries raquo;','') ?/div
/div
But it shows same posts and not other posts, however the URL changes to page/1/ page/2 and so on.
What do i intend to have:
I want to have Next link to be displayed on the template and when it is clicked, the next set of Posts with same Category should load.
I tried to google for a solution can stumbled upon this post: http://blog.deconcept.com/2005/02/07/wordpress-next-previous-post-links/ the solution used here is deprecated.