i want to display only 5 posts in my blog page. Is there any way to fix this issue?
Leave a Reply
You must be logged in to post a comment.
i want to display only 5 posts in my blog page. Is there any way to fix this issue?
You must be logged in to post a comment.
Hi nikita pagination is a default property of wordpress.
Refer WordPress Codex
So please Remove the query_posts part from the template files (index.php, category.php).
And add the query for your home and category pages back in your theme’s functions.php file:
Maybe your problem will solve…