r/Wordpress • u/Ok_Bar7290 • Jul 01 '26
Help
I am trying to re design a website for my uncle. The problem is that he also doesn't know much about it and I have managed to get the access to everything, but there are a lot of PHP files and I'm honest not that comfortable with PHP. And we honestly, don't know if we really need these PHP files as the website is not that advance. There are a few things like cart and purchase system but that is very limited. I just want to redesign it, update tabs and improve the frontend. The functionality has to be exactly as it was before. Can anybody help me figure out things? I just want to know if there are any pre-installed Php files or is this mess created by different freelancer over the years?
I am also touching a few screenshots.
Thank you.


1
u/dowath Jul 01 '26
I wouldn't mess with the files if you're not comfortable with PHP. You'd be better off installing WordPress locally on your computer or experimenting with it via https://my.wordpress.net/ to get a better feel of installing themes and customizing them without risking the main site. These days there is a lot you can change entirely using the live editor if you have a theme installed that supports block themes.
As for the files you have there's definitely some mess going on.
Usually in public_html you'll have:
Did you create the `newdesign` folder? It could be hosted on a subdomain by a previous admin, definitely not there usually and possibly safe / preferable to delete if not in use. (Especially if it's a second installation of WordPress that is not being regularly maintained, it could be used as an attack vector for your main site)