• I’m finally getting a grip on custom taxonomies, but I’m having an odd problem. I’m working on a magazine website where the posts or ‘articles’ have the taxonomies ‘issue’ (e.g. 56) and ‘column’ (e.g. ‘Community’). Using the permalink structure ‘/%issue%/%column%/%postname%/’, rewrite slug on both, and taxonomy-{taxonomy}.php templates, I’ve managed to get all the following to work:

    https://www.magazine.com/issue/%issue%/ – lists all articles in an particular issue
    https://www.magazine.com/column/%column%/ – lists all articles in a column from all issues
    https://www.magazine.com/issue/%issue%/column/%column%/%postname%/ – shows single article of particular column from particular issue

    Hooray! The problem is… none of my Pages are working!
    https://www.magazine.com/about – BROKEN!

    Any thoughts? I Googled a bit and poked around the forum, but only found a couple of hits with the same problem that were either not resolved, or posted no solution.

    Here’s the code for one of the taxonomies. It should look pretty familiar.

    [Code moderated as per the Forum Rules. Please use the pastebin]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Taxonomy Permalink Sturucture breaks Page URLs’ is closed to new replies.