That’s because you have to change your query also have add
'paged' => get_query_var( 'paged' )
So your new query should look like
$args=array(
'post_type' => 'post',
'paged' => get_query_var( 'paged' ),// add this line
'post_status' => 'publish',
'posts_per_page' => 20
);
For for information have a look at the WP_QUERY Class
Related Posts:
- How to display pagination links for WP_User_Query?
- post pagination names, not numbers
- How to fix pagination after rewriting url? ie. www.site.com/players/type/pro/page/3/
- Implementing a general Table of Content across single paginated post pages
- Custom WP_Comment_Query with pagination and orderby?
- Pagination: How do I always show ‘previous’?
- Change class=”page-numbers” in pagination
- Varying the number of posts per page from the first one
- Using pagination with get_posts on page type
- Static front page with recent posts pagination
- Paginate tags page
- How to display next and prev pagination links with WP_User_Query?
- Custom taxonomy list and sortby letter pagination problem
- Custom Page Template for “Older Posts” Pages
- How to change title tags on paginated posts?
- paginate_links() outputs extra empty pages on custom loop
- When to check for max_num_pages using WordPress REST API?
- Adding pagination to a custom archive template
- How to make my pagination loop continuously?
- add spans and characters into paginate_links
- Having issues with wordpress pagination with multiple categories
- wordpress Next/Previous post in same category not working
- WordPress Pagination not working, any ideas?
- Get total posts found, but while using limit for pagination? get_posts
- WordPress Pagination with Get Value
- Altering next_posts_link(); and previous_posts_link();
- next_posts_link does not work when querying a specific category
- Prev and Next link for splitting single post into multiple pages [duplicate]
- Pagination: /tags/tag_name/?paged=2 gives a 404 error
- Offset a post in the loop, with using PageNavi Plug-in
- How to disable pagination (next/previous links) on post type archive?
- Wpdb result with pagination
- Pagination indication “/page/2/” are removed from url and auto redirect without /page/2/ : 301 redirection
- Pagination with no ‘page’ slug
- Modify WP_List_Table pagination “item(s)” text?
- How to stop WordPress returning 404 on paginated pages after using add_rewrite_rule()?
- Invalid previous pagination links generated from paginate_links()
- Pagination not working on custom page
- 404 when using pagination in a category
- Pagination customization
- Pagination w/Static Front Page
- How do I fix this ‘Undefined variable:’ debug message?
- How do I paginate a list of categories?
- Post Pagination Modifications (wp_link_pages)
- /tag/tag_name/page/2 gives a 404 error
- Wp-pagenavi giving page not found on clicking page 2
- How can I change pagination numbers with next and back button?
- Post Navigation Not Working In Blog Template – Redirecting to same page with correct URI
- Pagination on and tag.php not working
- How to get rest api pagination headers via fetch
- Can I use paginate_links() to add a pagination list, yet prevent it from inserting links?
- Page links are not working after moving domain [closed]
- pagination error in taxonomy: Warning: Division by zero
- How to remove /page/2/ from home page?
- wordpress custom search page pagination returns 404
- Problem when I try to insert pagination
- Change the format in the paginage_links
- Pagination on WP_User_Query not updating current page
- Blog pagination WITHOUT using max_num_pages
- paginate posts on admin page
- pagination links not displaying
- Page navi for template page
- How to replace pagination with Next/Previous for multi page posts?
- Disable and redirect pagination of Home
- Why my pagination gets 404?
- How to hide empty pagination button when no previous page
- How do i make the_posts_pagination look like my template?
- How to add post page pagination to template part?
- Custom pagination in wp
- 404 page not found on pagination in home page while navigating to next page
- Linking images in WordPress Paginated Post
- Set Pagination count according to post count
- WP_User_Query counter not updating with pagination
- Remove Number Of Pagination [closed]
- Pagination in Archives
- load certain content only on first page of pagination
- Pagination diplays always 2 pages
- Combining content breaks category pagination
- Custom Query & Rewritten URL Pagination 404
- Need help on wordpress pagination script
- Update Gallery Randomly in every hour with no duplicates?
- Search URL gives 404
- How to paginate query using get_categories()
- Need help with get_posts pagination
- WordPress 404 pagination (/page/2) error?
- Custom pagination generates title 404
- Pagination issue [duplicate]
- Excluding certain post status’s from pagination
- WordPress creating 404s under blog tags
- Pagination work! But title still says “Page Not Found”
- WordPress pagination URL posts not load
- Next / Previous Posts not working
- Default pagination in Home/Front page
- Use cookies in pagination
- Always show Next and Previous button in wp_link_pages ?
- pagination leads to 404 page
- How to add wordpress pagination [closed]
- How to automatically load more data when users reaches at the bottom of the page of the wordpress site?
- Stop pagination when static homepage is set
- Is ‘pm’ used by core?