depends if you want to hide it from the regular audience or from dev's as well.If someone comes to my site I don't want to know them it's created with WP. is it possible?
depends if you want to hide it from the regular audience or from dev's as well.
Although both can be done but hiding it from developers is not easy but doable
there's no easy way to do this.
but there's always a way.
if you can create your own html front page, you can separate the WordPress site and the one you share for public.
retrieve the posts from your WordPress site using wp-json. and then display those posts to your site frontpage using JavaScript.
but you will ended up having two separate website.
There are many plugins which enable you to do so. Search on google and wordpress repositories for custom branding or white labeling and you shall find many. Use the one which suits your most.how can do hide for regular audience?
Can you bit explain? maybe a guiding link?
What he means is, that you have two applications:
a) Your Wordpress App
b) Your HTML/CSS frontend
Both of them are seperated and the visitor is only accessing your frontend-app however the frontend app can communicate with your wordpress-app like a API.
This can be done but it require definetly a lot of knowledge in web-application development/engineering. So its not what everyone (even experienced web-developers) can do.
In general: You can put the "powered by wordpress" string in the footer away but you still have a lot of references in the source-code, the wp-folder structure, wp-admin etc.
So no, there is no "simple" or "easy" way to remove ANY references that you are using wordpress, except if you seperate WP from your HTML away.
I don't know if i can give you link to the tutorial because i discovered this method myself because someone challenged me a few years ago.Can you bit explain? maybe a guiding link?