help me, the pagination doesn't work
-
Hi I’m working on my wordpress themes
But I don’t know why the pagination doesn’t work in blog template
I want to show just 2 posts in page and then pagination.my site: https://duokter.dotatime.com/
blog page : https://duokter.dotatime.com/?page_id=245The problem is in the blog page
It is show the “older posts” in the bottom of page, but when I click it. Its going to the same page, not the previous post.this is the code inside my blog-template.php for the pagination
<div class="pagination"> <p class="prev"> <?php next_posts_link('Older posts'); ?> </p> <p class="next"> <?php previous_posts_link('Newer posts'); ?> </p> </div>
my post are:
1 Lorem Ipsum
2 Overlock Motherboard PCP+ Griffonomex III (with featured img)
3 zzzzzzzzzzzzzzzz
4 aaaaaa
5 Welcome to
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘help me, the pagination doesn't work’ is closed to new replies.