Use of Folders within WordPress

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 … Read more

Hiding Directory Path

The easiest way to achieve this is to add, Options -Indexes ..to your .htaccess file. Specifically your .htaccess file should look like this, # BEGIN WordPress Options -Indexes …etc …etc # END WordPress This is one way and probably the most efficient way. This method will prevent any direct access outside of blog posts, pages, … Read more