Hello all, Simple task - was hoping to get someone to help me as an act of good will, but have gotten no luck so far, so I don't know how much this is worth... If you can do it, send me a PM and tell me how much you want for it... Here it goes: If i add ?taxonomy_name=taxonomy_term to the end of any category page, I see a list of posts under that category AND under that taxonomy term. Does anybody know how i can turn ?taxonomy_name=taxonomy_term into a pretty permalink such as /taxonomy_term? So, again, if I go to example.com/category/?taxonomy_name=taxonomy_term I see the posts listed under category AND taxonomy_term . I want to rewrite this url into the following: example.com/taxonomy_term/category/ Send me a PM to tell me how much you would like to do this or post the answer here. Thank you!
do you use plugin to create post type? or handcoding? if hand coding, you must make 'query_var' => false,
That's weird... I replied to you yesterday but my reply was deleted :S Anyways... There is no post type involved... Just custom taxonomies and categories. Would query_var => false for the custom taxonomy solve the issue? Anybody else?