- Just testing some things out.
docker-compose up
- Visit http://localhost:8080/wp-admin/ and login with
admin / admin - Then activate the sample plugins.
- Set a custom post structure to
/articles/%postname%/in http://localhost:8080/wp-admin/options-permalink.php - Create a couple of sample blog posts
- Ensure they are visible on the front end at the expected urls
- e.g. http://localhost:8080/articles/test-new-post-1/
- Create a couple of "Articles" (the new admin area created by the sample plugin)
- Notice they are visible at the same
/articles/xxxxx/URL structure, the same as normal blog posts.