Thanks for your reply…..
I used
query_posts(‘posts_per_page=4&category_name=’.$category->cat_name);
It’s displaying 4 post… I want to display the remaining posts in next pages… but clicking the next button, its should display the remaining post…. I used
<div class=”morebg”>
<div class=”morebgcontainleft”>
<?php posts_nav_link(”,”,’« Previous Entries’) ?>
</div>
<div class=”morebgcontainright”>
<?php posts_nav_link(”,’Next Entries »’,”) ?>
</div>
</div>
Its going to next category posts disply… pls help me to solve this..