How to replace theme's name throughout the whole wordpress folder
-
Hi all, first time here. I need to know how to replace the theme’s name throughout my whole website (not just the folder’s name inside of wp-content/theme).
In other words, I don’t want people to go to my website and click on view source and know right away the theme I’ve used.
Here’s the change I need to do:
FROM:
https://www.example.com/wordpress/wp-content/themes/THEME/TO:
https://www.example.com/wordpress/wp-content/themes/NEW_NAME/Is there a software or a command to automate that action?
Here’s the action in my own words:
Read this entire directory, go inside each and every file (.php, .html, etc…), read every line of code, and replace “THEME” with “New_NAME”
Thanks in advance!
- The topic ‘How to replace theme's name throughout the whole wordpress folder’ is closed to new replies.