Update your code as below.
// show all active coupons for this store and setup pagination
query_posts( array(
'post_type' => APP_POST_TYPE,
'post_status' => 'publish',
APP_TAX_STORE => $term->slug,
'ignore_sticky_posts' => 1,
'posts_per_page'=>-1
)
);
Related Posts:
- posts_nav_link on single post template
- How can i change the output of posts_nav_link();
- Paging doesn’t work?
- Previous / Next Links For Custom Post Type Sorted By Meta_Value
- Post navigation doesn’t show (in custom template, custom post type, custom query)
- Pagination not working with custom loop
- WP_Query Pagination on single-custom.php
- Have different number of posts on first page
- next_post_link() not working for single custom post type post
- wp_pagenavi() with custom wp_query()?
- Custom post type archive 404’s with paginate_links
- How to model a hierarchy for courses, levels and lessons?
- Number of pages – multiple (custom) post types
- Custom permalink with pagination
- Custom wp_query pagination – next_posts_link() or wp_pagenavi() always empty
- Pagination with custom loop
- Group list of posts by taxonomy and allow for pagination
- Pagination on a custom page template
- Pagination problems with multiple custom post type archive pages
- Display “Post 2 of 4” on single post page?
- Pagination problem in custom post type used as front page
- Custom Taxonomy archive returns 404
- Dropdown list of a custom post type
- WP_Query pagination using only numbers instead of /page/1 on URL
- Pagination with custom post types results in 404 issues
- Custom query form submission pagination
- Paginated Taxonomy Term Archive including one post per term
- Why are navigation items saved in the database?
- Pagination links not showing on custom post type admin list
- wp_get_nav_menu_items wp-admin/customize.php problem
- Pagination on Custom Post Type: 404 Error
- Pagination in a Shortcode. Get_next_posts_link not working but get_previous_posts_link works fine right next to it
- Hierarchical Custom Posts – Highlighting Current Post in Sub-Menu
- How to load custom post archives sub-pages with ajax?
- pagination redirecting from page number url before page requested
- Custom Post Type Navigation on Custom Field
- Pagination on category page with custom post types
- CPT: if more than X images are in post, use pagination
- Custom post type not displaying all entries
- How do I move/order posts with a tag to the end?
- Add Pagination on Custom Post Type Archive
- Woocommerce search pagination not working
- Custom Post Type Pagination Paginates Only in URL Structure
- Custom post type pagination 404
- Pagination broken by naming conflict between CPT and Page
- Pagination Error : Duplicate argument being outputted
- Pagination doesn’t function properly for archive of a custom post type set as the front page
- Pagination hitting 404 page on /page/4
- Using Pagination for Custom Post Type and keeps returning 404
- Pagination for search results of custom post type [duplicate]
- Pagination of custom post type leads to 404 error
- All blog posts are not showing up
- Pagination on a page
- Using custom post type as front home page pagination not working
- Custom Post Type, Pagination and 404s?
- 2 custom post type paging in 1 custom taxonomy
- Problem with custom loop navigation inside the blog page
- pagination for custom post type archive page
- How to get next post link of child custom post type from parent post and get next post link of parent post from the last child post?
- Sticky posts limit query and pagination for a custom post type
- Pagination in custom post type archive.php not working
- Pagination Not Working When Used With WP_Query() `offset` Property
- Custom Post Type Pagination getting 404 error
- Numeric pagination custom post type
- Problems in paginate_links with custom query loop and MB-Relationships
- Make pagination work as a carousel (custom query)
- User Archive page for Custom Post Type – Pagination Issue
- Custom post pagination not working
- CPT/Taxonomy/Postname permalink structure makes pagination break
- How to get a custom post type archive paged when using a custom field for post sorting?
- Pagination in wp-admin for CPT
- wp_nav_menu doesn’t seem to work on custom post type pages
- 404 error next-page [2] PageNavi custom type taxonomy
- Add pagination to custom page
- Pods pagination erases my sub menu
- Custom Post Type shows pagination (w/404) or posts_per_page query, but not both
- Get Non-Paginated Index of Post in Paginated Query
- Pagination custom post types outside loop
- Paginating custom query on category template
- Custom post type archive pagination with HTML5Blank theme?
- Paginate custom taxonomy category with wp_custom_pagination
- Custom post type navigation on static page
- Custom pagination [duplicate]
- Rewrite Rule & Regex – Extract ‘cat-name’ and ‘page-number’ from http://domain.com/custom-post-type/category/cat-name/page/page-number
- Using pagination with specific custom post type [duplicate]
- Pagination not working with custom loop
- how to limit query_post to first page?
- Pagination not working with custom loop
- Pagination not working with custom loop
- Pagination not working on homepage
- send user to first page of results when reposting to page?
- How do I paginate a custom post type listing on a custom template page?
- Fourth page of custom post type archive page does not exist
- Pagination broke after updateto WordPress 3.4 [duplicate]
- WordPress pagination URL
- What Is My Fault With This WP_QUERY ? [ Pagination Problem ]
- Unable to display paging navigation with a custom post type loop
- Pagination not working on custom post type archive
- Archive pagination – second page shows exactly the same posts
- Two pagination in one page without AJAX