The question:
Is it possible to use folders within our WordPress site for the content such as pages/posts organization? Any issue in doing this?
We would like to use the folders to group related pages & content, so that we can set up tools (live chat, website forms, etc…) to route inquires to the appropriate departments based on which folder the inquiry was generated from, or being able to analyze the data in google analytics by folder.
I’ve been told this is not possible or creates problems with themes and other site management tools within WordPress, which doesn’t seem correct to me.
Currently, all pages are located after the root domain such as acme.com/….
Ideally, we would like to organize our site like the example below.
acme.com/products/…
acme.com/services/…
acme.com/jobs/…
acme.com/about_us/…
acme.com/blog/…
The Solutions:
Below are the methods you can try. The first solution is probably the best. Try others if the first one doesn’t work. Senior developers aren’t just copying/pasting – they read the methods carefully & apply them wisely to each case.
Method 1
There are no “folders” in the CMS as the content is stored in a set of database tables, unless your site is created with the content inside the templates and not the content editor.
A parent -> child page structure is possible and easy to organize. Simply assign the second level pages to a common parent for organizing as you detail in your question.
There is a good explanation of that relationship in the documentation here: https://wordpress.com/support/pages/page-options/
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0