postlight / headless-wp-starter

🔪 WordPress + React Starter Kit: Spin up a WordPress-powered React app in one step
https://archive.postlight.com/labs/wordpress-react-starter-kit
GNU General Public License v2.0
4.47k stars 651 forks source link

Wordpress API routes file removed. #199

Closed wrongakram closed 2 years ago

wrongakram commented 5 years ago

In the previous version, I used the routes file to remove the /page/ directory in the URL. Having trouble doing the same now. Any tips?

example.com/page/about

change to

example.com/about

alexiakl commented 2 years ago

Maybe this issue can help: #155 URL structure (without "/page/" and "/post/" )

Closing.