NO BUG: The page is not editable if there is a CPT with the same slug

Hi,
I caught a small bug.

I have a CPT “Poster” with a slug “poster”.
This post type is disabled for editing in Bricks in the settings.
If I create a standard page (post type Page) with the same slug as the one set for CPT, the page becomes uneditable in Bricks. And redirects to the CPT section.

Is it my local behavior or you can reproduce?

Hi Zanku,
You must follow almost only one rule with WordPress slugs: they must be unique.

This answer summarizes it in more detail:

Best regards,
timmse

1 Like

Yeah, I know, but for some reason I thought that this did not apply to the created post type itself. I don’t know why. Lack of experience, obviously).

Anyway, thanks.
p.s. If really need it, we can disable archives for this type of post and make a separate page with the same slug as in my case.