Hide a Wordpress Site

mozw

Regular Member
Joined
Jan 9, 2021
Messages
237
Reaction score
45
Recently we have been working towards hiding all the markers in a website that will show a website is made in wordpress.
So far the frontend and admin part is showing promise but when the site is being scanned through wpdoctor or similar website, it is being detected as wordpress.
Anybody else working towards the same or have any solution to this ?
 
Don't use wp lol. Use a framework like yii or laravel if you are so concerned. Trust me, those are much more flexible and have much lesser footprints. Try it out, you'll be amazed.
 
Don't use wp lol. Use a framework like yii or laravel if you are so concerned. Trust me, those are much more flexible and have much lesser footprints. Try it out, you'll be amazed.
OP asked another question though. There is a plugin (Hide my WP). I think that should work but I have not tried it myself
 
OP asked another question though. There is a plugin (Hide my WP). I think that should work but I have not tried it myself
OP doesn't know there's a better alternative. That's the problem here.
 
You can convert it to html site and remove all the footprints from the code.
Btw why do you wanna do that?
 
Don't use wp lol. Use a framework like yii or laravel if you are so concerned. Trust me, those are much more flexible and have much lesser footprints. Try it out, you'll be amazed.

how are they more flexible ?
both of them dont have any SEO plugins like rankmath etc
 
how are they more flexible ?
both of them dont have any SEO plugins like rankmath etc
Lulz you don't know how mvc/hmvc/mvvm work do you? Instead of hacking your way into wp doomness, give the frameworks a try. Trust me, you will thank me later.

p.s. as for your seo plugins.. you need them because WP is not that seo friendly by default, out of the box. The frameworks allow you to have a seo friendly site from the word go. You can do much more advanced rules with them, unlike wp where you are limited to a permalink scheme only. As for content even, it's much more flexible. You don't render what you don't need. You don't require anything you don't need. Also, namespacing was terrible in wp the last time I checked. Which means, bloated applications.
 
Last edited:
You can convert it to html site and remove all the footprints from the code.
Btw why do you wanna do that?

no that defeats the purpose, I cant use any wp plugins there
 
Back
Top