Thanks every one for the reply, but I could not find ‘next_posts_link’. this is the code:
<div id=”nextprevious”>
<div class=”alignleft”><?php posts_nav_link(”,”,’« PREVIOUS ENTRIES’) ?></div>
<div class=”alignright”><?php posts_nav_link(”,’NEXT ENTRIES »’,”) ?></div>
<div class=”cleared”></div>
and if you go to my second page it is mentioned
‘Previous page’ ‘previous entries’ ‘next entries’ ‘next page’
I need only ‘Previous Page’ in the index page and ‘previous page’ and ‘next page’ link in the inner pages according to number of pages.
Please Can someone visit my site and give me a solution: https://www.j-k.in
Thanks