• I’m new doing WordPress themes and I successfully implemented custom post types on my first theme. I have one issue to resolve. I have my permalinks set to /%category%/%postname%/

    The URL of the taxonomies return the archives of such taxonomies fine http://mysite/posttype/taxonomy

    However, the post type URL returns a 404 page, http://mysite/posttype

    So what’s going on here?

Viewing 1 replies (of 1 total)
  • Thread Starter harrymfa

    (@harrymfa)

    Update: I commented out the rewrite argument on the post type and somehow the page showing the items from that post type appeared once I typed the URL http://mysite/posttype
    This however, was short lived, as the next time I typed the URL it went back to the 404 page. I didn’t change anything. Nothing I have done with the rewrite argument since has worked.

Viewing 1 replies (of 1 total)

The topic ‘Create a page for custom post type URL’ is closed to new replies.