You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
I have this permalink structure /%year%/%monthnum%/%day%/%postname%/
and noticed that when I click on a standard post link, eg.
http://localhost:8888/wp1/2016/03/23/test-3/
and refresh that page, the loading bar never disappears and console throws an error:
http://localhost:8888/wp1/wp-json/pages/2016/03/23/test-3/ 404 (Not Found)
It works if I go to a standard page instead of a post, eg.
http://localhost:8888/wp1/sample-page/
• Is there a specific reason the router uses /pages/ on posts?
The text was updated successfully, but these errors were encountered: