My issue is with page navigation.
My site: http://www.shortcutchef.com
Sorting by Category works fine. Sorting by Achives works fine. However, sorting by Tags, even when the code was identical to Category and Archives, would not post page navigation. I had to replace it with simple "next/previous", which will do, but I don't like it. There was no "tag.php" in the dilectio template; I added this page, so that might have something to do with it.
But weirder than that, when you conduct a search (i.e. "chicken"), the first page of results comes up great, pagenavi and all. HOWEVER, when you try to navigate it sorts through pages of the blog instead of pages of search results. The same thing happens when I replace the wp_pagenavi code with the basic next/previous code.
I've dug through the archives and tried to find an answer, but nothing works. I've tried adjusting the "query" code (popular pagenavi fix), but I can't find that anywhere in my template.