I’m wondering how I would rename the ‘themes’ folder in the wp-content. I’ve renamed my wp-content folder and the actual active theme folder name, but I’m after renaming the folder the themes are stored in.
/wp-content/themes/themename
the middle one lol.
Does anyone know how this would be achieved?
The following will enable the directory “t”, in the root of the site, to be used as an extra Themes directory
I think you’d like this thread: Steps to Take to Hide the Fact a Site is Using WordPress?
This is usefull if you want to keep plugins and uploads in ex. separate server for CDN purpose (NFS) and remove public/www permission. In this case you only deploying themes instead of plugins, uploads etc.
Remember:
1. Order of lines in wp-config is important
2. Keep themes folder in wp-content (even if it will be empty)