So I created some custom queries to filter posts by 2 categories, city and cat. The problem I broke wordpress post navigation on both the homepage and categories... I've tried everything and asked everyone I have absolutely no idea. When I make $paged = get_query_var('page') ? get_query_var('page') : 3; more than 1 it will go to 404 pages by automatically. If I make it 1 it doesn't show paging by 1 but just shows posts as if it wern't there. I'm open to suggestions on what I can do to solve this problem, if you have questions ask away.
Here's my header:
http://pastebin.com/vzm08E40
Here's my querying function
http://pastebin.com/d9jikfPq