it’s been a long time, I had exact the same task and here is the solution
$from = ($query->query_vars['posts_per_page'] * $paged) - ($query->query_vars['posts_per_page'] - 1);
if(($query->query_vars['posts_per_page'] * $paged) <= ($query->found_posts)){
$to = ($query->query_vars['posts_per_page'] * $paged);
}else{
$to = $query->found_posts;
}
if($from == $to){
$from_to = $from;
}else{
$from_to = $from.' - '.$to;
}
It’s not the perfect code, but it works in most of situation.
Have a nice day!)
Related Posts:
- Display posts from the same category using next/previous post link
- How can I create a category landing page followed by pages of posts?
- Display all posts from all categories with pagination
- Show Previous/Next Posts navigation only inside the same category
- Page navigation within a category
- Show posts of one category only with Custom Taxonomy on single.php
- Pagination on child category returns 404
- Disable pagination only for specific category
- Archive pagination causing 404 with permalinks structure
- Custom category template pagination problem
- How can i call an article from each category and still paginate properly?
- Show posts of category in a page
- Force category-slug.php to show page, even if it doesn’t exist
- Pagination Not Working on Category.php page
- 3 Columns, 3 Categories, One Archive, and Pagination
- Broken category pagination
- ?cat=-1 Indexed Versions Of Homepage
- Pagination for category slug returns 404 when page >= 2
- Pagination not visible on woocommerce’s category page
- Pagination is not working properly in Product Category/Tag pages
- Restoring default article pagination on archives – Removing custom limits
- The default code for “posts_nav_link” on category.php isn’t working
- Why category.php throw 404 in wordpress while calling paginate_links()?
- Paging not working in category.php
- How do I toggle pagination on/off in search results and category listings via a link?
- Multiple Loops on category.php with pagination on last loop
- Custom post and category template pagination problem
- How to make the link to the category for a post go to corresponding page number in archive?
- Category archives with monthly pagination
- category pagination got broken suddenly
- Pagination for ajax category filter
- Category template with pagination returns 404 on next pages
- How to display numbered pages in a category
- WordPress alphabetical A-Z custom post type post result display
- Pagination on category.php and tag.php not working
- How to do paging in the loop?
- Pagination for query_posts();
- Having problems with paging
- Pagination doesn’t work on multiple categories
- Pagination breaks on child-categories, works fine on parent-category
- Pagination for a category
- Can I define multiple paginations on a single page?
- Conditional category query breaking?
- Category pagination not working
- How do I remove pagination from just some Categories?
- Problem with pagination block in Gutenberg
- Show the number of the post
- pagination 404 error, same slug home and categories
- Pagination for custom categories template
- Remove WP Core canonical for category pagination
- Unable to create pagination for Category.php
- Pagination does not work with query_posts()
- “Next posts” of a category do not call category.php
- WordPress pagination based on category
- How to add Pagination to foreach loop to page
- Removin /page/2 from pagination
- WordPress pagination not working because of subcategory
- Loop within category’s posts
- Paginations in Category Page Leads to Sample Pages
- Category foreach Paging
- Transfering static site to wordpress and retaining category by month paginations
- WordPress Numeric Pagination with Query String [duplicate]
- date.php shows all posts. how to fix it?
- wordpress category.php query for featured news item, broken pagination and repeating posts
- Paginating a list of all posts collected by category titles
- Paginate WordPress Category Pages
- Using pagination with multiple loops causes it to break
- Showing one post from each category, paged?
- Why Pagination is not working on Category.php
- Can i know if it is Category first page or 5th?
- Exclude posts from certain category breaks custom pagination
- Category pagination not working in category.php please help me
- i want to add pagination list of categories
- Link to page in category
- How can I implement pagination on custom category page?
- wordpress category rewrite rule with pagination
- Category page doesn’t use category.php, instead it redirects to homepage
- Multiple post categories – single permalink
- Create product category and keyword search form in woocommerce? [closed]
- Exclude most recent posts from specific category in wp_query()
- Display all posts with same title
- How to display a description of a given category from a custom taxonomy
- Create blog page only to see one category
- Looking for the best solution to build this Blog structure? Picture attached?
- Set Current Category to Active in category.php
- WordPress query via checkbox form
- How to add orderby parameter for sorting on category.php
- delete category name in the pages
- Tags Instead of Category
- javascripts files not linking to my category slugs?
- Pretty URLs with Categories and Tags
- Select posts that match multiple category names, must match all categories listed
- How can i display category title over thumbnail?
- How to use category slug with a regular page
- display current portfolio categories from a specific parent
- How to display child-category PAGES on a category page
- get_categories returns top-level categories instead of child categories
- Show posts from all categories
- Show one same template for two category
- My Query is getting the wrong data