Hi everyone, Could you tell me is there anyway to rename my wp-includes directory in wordpress. I want this to hide that I use wordpress. Thanks in advance
I doubt that you can do that without editing the core. You can move the whole WordPress to another directory that nobody knows: http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
Hi devtard and thanks for your reply, I don't want to move the whole wordpress, but only rename my wp-includes directory.
Then probably the only way is to rename all occurences in WP files of the string "wp-includes" with whatever you want.