So I got the code to work with a lot of help, but now Im getting a 404 error when navigating to the next page. Here is my structure.
-> parent category
--> children category
All of the children are displayed on a certain page. You select the category which then displays all the post within that category. This is where I want to limit the number displayed. Hopefully that gives a better picture.
-> parent category
--> children category
All of the children are displayed on a certain page. You select the category which then displays all the post within that category. This is where I want to limit the number displayed. Hopefully that gives a better picture.
url for page that displays childern
localhost/?page_id=5
url for category selected
localhost/?cat=4
url for next post link which I get the 404 error
localhost/?cat=4&paged=2
Here is the complete code.
Thanks in advance