Your query displays the first 9 posts regardless of page because you don’t set the page number in your query arguments.
$paged = ( get_query_var('paged') ) ? get_query_var('paged') : 1;
$args = array(
'post_type' => 'issues',
'posts_per_page' => '9',
'order' => 'ASC',
'paged' => $paged
);
Related Posts:
- Changing pagination list class
- Paged posts – how to use numbers and next/previous links?
- Paginate links with “ugly” and “pretty” permalinks?
- Strange paginate_links behavior. First page link is always whatever page I’m on, all other links are correct
- Pagination Not Displaying on Custom Term Archive
- Combining WordPress pagination functions for archives and search results
- paginate_links() outputs extra empty pages on custom loop
- In pagination, change link for page 1 to homepage
- Using Pagination with Timber Routes
- Last page in pagination does not match max_num_pages – the overall post count is less according to pagination
- Invalid previous pagination links generated from paginate_links()
- Using Ajax in the prev_posts_link and next_posts_link
- Limiting number of visible links displayed with wp_link_pages
- search with pagination not working as expected
- Pagination Not Working on `WP_Query` Archive Page
- Include a leading zero in pagination
- Pagination Links showing incorrect previous page number
- Custom admin page pagination permissions error
- Paginate Links – Mid Size Less Than 2
- Paginate_links only working on first page
- Pagination on WP_User_Query not updating current page
- Automatically adding a link to the next page link before ” tag in posts?
- How to add pagination to category templates
- How to Show Next-Previous Link Only
- Show number of pagination pages even when total under two
- Can’t Add Pagination
- Sidebar pagination posts not shown when sidebar is in single.php
- Broken pagination links on WP 4.9.10 blog pages
- How to add post page pagination to template part?
- 404 page not found on pagination in home page while navigating to next page
- The pagination is working on Local, not on LIVE. why?
- Paginate Links in Wp Query Shortcode
- Extra pagination pages being wrongly generated
- Google Indexed sub pages in wordpress pagination in post
- Paginate Links function: Page 1 doesn’t work
- Disable pagination on frontpage
- Paginating custom posts in categories yields a 404 error
- WordPress 404 pagination (/page/2) error?
- How can I get my pagination to recognize that it is on the first page?
- Default pagination in Home/Front page
- Pagination only working on index page not on a template page
- add_rewrite_rule – working fine but broken for pagination
- Check if on last page of paginated post using wp_link_pages
- How to paginate a list of tags
- How do I sort multiples pages?
- WordPress pagination on custom script
- pagenavigation not showing the next page just linking back to the main page [closed]
- Need help understanding pagination parameters
- redirect pages with no content, instead of 404 error, using max_num_posts?
- Custom query in archive.php with pagination nightmare
- Display post links under month in paginated archive
- How to use “offset” to paginate get_users?
- I cannot get pagination to work on my home page code. it keeps displaying the same posts
- Fetching more posts in WordPress via AJAX
- AJAX pagination offset returns same post on adjacent pages
- 404 on pagination but with a strange twist (error 404 only when there is single post on the second page)
- Add additional first page, last page links to the_posts_pagination()
- wp_title() returns ‘page not found’ on page 2
- Randomised Post Time
- WordPress paginate_links() function doesn’t generate properly links after apply filters
- Not refreshing content pagination on search result
- pagination for single post by category
- stop pretty pagination rewrite site.com/cat/2 => site.com/cat?page=2
- How checked checkboxes remember on all pages in wp_list_table pagination?
- Update to 4.4.1 breaks my pagination
- Pagination on home page not working
- Custom pagination code is not working
- Pagination doesnt show numbers
- How do I override all theme pagination throughout a site?
- Translating a pager string
- Pagination, query more pages at once
- What is the best way to implement ajax based pagination on custom query based templates?
- Custom post type pagination like “previous current/all next”
- what code to add to search.php
- GoBlog Free Pagination Issue
- Custom pagination search in post type with meta key
- Pagination: Last Page Missing
- posts_per_page stop working after wordpress update from 4.2.1 to 4.6.1
- the_posts_navigation is not working
- Display NEXT and PREVIOUS pagination? [duplicate]
- Pagination not working in custom post page
- pagination broken because wordpress is adding index.html
- the paged param is allways 0
- Get next and previous page of paginated post
- Pagination 404 Not Found child page
- How to group posts by months and add pagination?
- Get Previous/Next Post ID for Posts in Same Category
- Need help getting this page nav working correctly [closed]
- another post a page problem
- How can I remove page slug for all pagings?
- Add pagination to the posts retrieved by below query [duplicate]
- Please Help me with Archive 404 Pagination
- Pagination Not Working Properly
- margins in between pagination links [closed]
- Page navigation not working correctly on index but only on categories
- Duplicating pagination on second page
- Wrong rewrite rules
- How to change `page` slug in pagination? on a specific pagination result (not globally)
- Two pagination in one page without AJAX
- Two pagination in one page without being synchronous