For the life of me I cannot understand why I am having so much trouble getting my category archives to work.
All I want is for the category based on the permalink:
http://siteurl/parent_cat/child_cat
to show all the posts in that category, with 10 per page, and paginate properly.
Without anything modifying the query, the site only shows about 8 of posts on page-1, then 2 posts on page-2, and none on page-3, yet there are over 44 posts in this category.
If I use the solution on this page, or modify the query in any way, it seems to show posts from every single category.
My template, category.php, is essentially a copy of the index.php, so why is it having so many issues limiting the posts by category??
For reference, the category structure is so:
Posts (parent) - Music (child) - Art (child) - Film (child) - Misc (child)
Then the url is as such: http://siteurl/posts/music etc
Is it simply querying all the posts from the parent category? If so, how does one force it only to get posts from the specific and current child category determined by the permalink?