WordPress browse by taxonomy returns 404

I have looked all over and have been at this for about a week now. If anyone could help it’d be greatly appreciated.

I’m making an online weekly newspaper. The paper has a new Issue every week and they belong to a volume which increments each year.

Read More

I have a custom taxonomy Issue with parent term Volume and multiple child terms for the Issues.

On my index.php (http://aaron.ellissnyder.com/ttn/) I list links to all the issues (in the purple footer at the bottom of the page). When I click these links I get a 404 instead of directing to Taxonomy.php

How can I get it so when I navigate to http://aaron.ellissnyder.com/ttn/?taxonomy=Issue&term=issue-1 it takes me to the appropriate page?

Also, is there a way to make this work using permalinks?

Thanks so much for your help,
Aaron

Related posts

Leave a Reply

1 comment

  1. It looks that your URLs are case-sensitive.
    http://aaron.ellissnyder.com/ttn/?taxonomy=Issue&term=issue-1 returns 404, whilst http://aaron.ellissnyder.com/ttn/?Taxonomy=Issue&term=issue-1 does not.

    Past Issues link in that purple footer works (…T axonomy…). The other three do not (…t axonomy).

    Work on that and your problem will be solved.