• Resolved pinksharpii

    (@pinksharpii)


    I created a custom post type press-release. Originally it had has_archive set to false but I changed that to true after I created the press release posts.
    I have an option to change the url for the press releases to /press instead of /press-release.
    `’rewrite’ => array(‘slug’ => ‘/press’,’with_front’ => true),

    The posts themselves all resolve fine. But the Archive page does not. I tried /press and /press-release and even /press-releases. Nothing works. I’ve saved the Permalink settings a handful of times.
    I have an archive.php file. It’s basic but it exists.

Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘CPT Archive is Not Found’ is closed to new replies.