• I have a category template that lets you sort out posts in a specific taxonomy as well. So, http://www.mysite.com/category/cat1?taxonomy=tax1 shows posts in both cat1 and tax1. I am wondering what I would need to do create a pretty link so that http://www.mysite.com/category/cat1/tax1.

    My template uses $_GET to determine the taxonomy. Is it just a matter of adding a rule to my .htaccess or would I also have to change my method of determining if it is also calling a taxonomy term?

    By the way, I wasn’t able to find this built into WP but it seems like all of the functionality is there, am I just missing something?

The topic ‘Category/Taxonomy’ is closed to new replies.