Aren’t you supposed to have single quotes around paged in
$args = array( 'post_type' => 'resources', 'posts_per_page' => 10, 'cat' => $cat_id, paged => $paged );
like so:
$args = array( 'post_type' => 'resources', 'posts_per_page' => 10, 'cat' => $cat_id, 'paged' => $paged );
Related Posts:
- How to add Pagination to foreach loop to page
- Category foreach Paging
- 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
- Code to pull in a PHP file named after the category ID
- Add title, post content, and category like add_post_meta and update_post_meta
- Show only one category
- Pagination Not Working on Category.php page
- Implementing a tricky wordpress menu (nested categories + thumbnails)
- Taxonomy filter all children
- 3 Columns, 3 Categories, One Archive, and Pagination
- Broken category pagination
- ?cat=-1 Indexed Versions Of Homepage
- Second level subcategory
- Pagination for category slug returns 404 when page >= 2
- query in category.php repeats itself
- 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?
- Counter in loop in foreach
- 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
- Woo Framework: woo_cat_featured not populating
- Pagination for ajax category filter
- Category template with pagination returns 404 on next pages
- Create menu locations for each category in wordpress
- How to display numbered pages in a category
- Different Output for “Every Other” Foreach Statement?
- WordPress alphabetical A-Z custom post type post result display
- How to show 1-5 of X Total Results
- Pagination on category.php and tag.php not working
- How to do paging in the loop?
- Pagination for query_posts();
- Having problems with paging
- Rewrite with pagination /foo/page/2/ to posts of a given category, page 2
- Exclude category from foreach loop
- 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
- Explode() expects a string
- How do I remove pagination from just some Categories?
- Pagination at category doesnt work with same name of page
- 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
- Exclude a category slug on pagination
- Pagination does not work with query_posts()
- Media Library Category Exclude Tree
- Multiple if statements with else for get_the_category [closed]
- “Next posts” of a category do not call category.php
- Cant get unique_array() work on get_the_category() foreach loop
- WordPress pagination based on category
- Removin /page/2 from pagination
- WordPress pagination not working because of subcategory
- How can I modify this code to iterate over an array of categories?
- Loop within category’s posts
- Paginations in Category Page Leads to Sample Pages
- foreach,having wp_query inside, breaks after showing one result
- Transfering static site to wordpress and retaining category by month paginations
- WordPress Numeric Pagination with Query String [duplicate]
- Display only the latest post
- wordpress category.php query for featured news item, broken pagination and repeating posts
- Paginate WordPress Category Pages
- Using pagination with multiple loops causes it to break
- how to edit wp category widget
- Call Current Category
- Page permalink rewrite
- 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