There seems to be a conflict between doing the tag query and using a query_posts within the template. I need to get alphabetized results , and not post date :( Is there a way to overcome this?
There seems to be a conflict between doing the tag query and using a query_posts within the template. I need to get alphabetized results , and not post date :( Is there a way to overcome this?
My solution is to included the sort order into the url
category/whatever?tdo-tags=fungie&orderby=title&order=asc
It works... does anyone know that passing variables in the URL is called within WordPress? I want to find out more but I can't search the docs just for &,? and =
This topic has been closed to new replies.