I ended up using this method…
http://www.lotsofcode.com/php/php-array-pagination.htm
This script will allow you to take an array and paginate across multiple pages. Works good for what i need. Just working on how to number each item in the array across the pages in a descending order…
Related Posts:
- Limit number of pages in pagination
- How to tell if $query_var isset?
- WordPress 3.2 query_posts and pagination, permalinks issue
- Function to delete a post, it’s children and it’s grand children (half way there already)
- Nested loop : wich way/order?
- Query posts based on previous query
- Advanced Custom Fields – Relationship post foreach query
- Query Post interferes with Pagination
- My custom pagination not displaying
- Pagination adds search query (again)
- How to get all images in Media Gallery with pagination?
- Trying to Add Paging to Single Post Page
- Query multiple custom post types in single loop
- How to get comments by post ID?
- Create pagination and order according to alphabet
- WordPress AJAX Pagination with query_posts
- Using WP_Query – how to display something IF there are no results
- How to display Section for certain time
- Static Frontpage Pagination – Custom loop
- Delete post revisions on post publish
- Query set using tax_query with relation ‘OR’ modifies category object?
- When add_query_arg() is necessary?
- Insert html after certain amount of posts?
- How to sort results from a custom database table
- wp remove query
- Filter query posts by the count of metas for a meta key
- Custom Post Types, Page Templates and Pagination. Why do I get a 404 Error?
- $wpdb->get_var not returning a result
- How to check if comments are paginated?
- $args numberposts variable
- Use two WP Query in template
- Save default value for empty or missing post meta
- Listing posts by grouping dates
- $wpdb->query() vs. $wpdb->get_results() vs. phpMyAdmin
- How to add pagination to wpbakery grid?
- Conditional to modify query results
- How to mass delete one line from all posts after site hack
- Query posts by content lenght
- $wpdb doesn’t appear to work on page inside of a plugin
- Getting rid of role=”navigation” in the Home Page Pagination
- WordPress – query 5 posts with a specific post in top
- How to get a list of all possible values of a specific user meta key?
- How to export current year posts from WordPress?
- Shortcode pagination not advancing
- Accessing the database from a plugin outside of action hooks
- Search query -> Show all pages except certain template
- Most liked page not displaying posts
- Using ajax with paging and a custom sub-query
- How do I see the mysql query generated by get_posts( $args )?
- get_terms pagination
- Multiple Category Query
- Passing parameters to a static front page
- wp_list_pages() refuses to output posts
- Can’t seem to do combined query AND sort?
- Custom Pagination is Broken
- sort query results by newest
- How to get category/tag in URL for Pagination links?
- Generating rel=”prev” and rel=”next” using filters
- Ideas how to search & replace post_content when string contains a newline?
- Break up posts per page in two sections
- Need help with Code Correction php+wordpress
- Query the WordPress database to get data together with replaced information
- $wpdb->prepare affecting the query?
- WordPress SQL search, how to handle SQL Injection?
- Querying a custom post type, but not show duplicates
- Pagination issue with tag.php
- Limit tags shown in post
- Updating with $qpdb->query() always returns 0 rows affected
- How to manage a particular “order by” for get_search_query()?
- Query to view scheduled or draft post
- I am officially missing something about transient posts
- Pagination for multiple queries merging into one Loop
- Can I paginate this get_attachment query?
- How to add a Variable to post query
- Sort a list of a CPT ( job) if a meta is empty
- Display articles with a different template in the home page | Solved |
- Reading URL Parameters
- Category Page Displaying all Pages
- Restore WordPress Backup Locally?
- Trouble migrating custom post types from non-wordpress cms
- How to do a MySql query in WordPress?
- How to fix pagination for custom loops?
- “order” does not affect order of custom query
- Query String for the WP_QUERY parameters
- $wpdb query for price in custom field value
- Multiple terms not working on taxonomy
- Sorting of coupons in the right way
- Unserializeing multiple column values that are stored in one database results variable
- excludeCat function reverses order of blog posts
- Pagination in custom loop for custom post type throwing 404 error
- Run search query again without pagination gives no results?
- How can I add more code to this?
- Does wp_query and query_posts affect website performance? [duplicate]
- foreach pagination
- Show post like this image in my newssite [closed]
- How to Set Page Pagination Using Ajax JQuery – WordPress
- Custom post type removing /page/2/ from URL when trying to access it
- Can I make a Heading block above a query loop block disappear when that query loop has no results?
- Problem in MySql query on WordPress [closed]
- How to allow searching a custom meta key in admin list table?