My site is deleted?

SnipeRRR

Registered Member
Joined
Jul 16, 2014
Messages
64
Reaction score
20
Hi everyone,

I was following a guide on changing the font of my Wordpress website and in the functions.php file, I added some lines of code that change font at the end of the file in the editor tab. Now when I try to load the site, it doesn't load. No website, no nothing. Just blank white space. What do I do?

Thanks!!! This is urgent...

EDIT: Nevermind, I got it fixed. I got my FTP client and re-uploaded the functions.php file overwriting the stuff I did.

Thanks anyways.
 
Last edited:
You probably left some empty spaces in php files or somethign like that. Simply connect through FTP and delete whatever you did.
 
can you access your admin panel ?
if yes, then delete the code which is you added before.

i think the problem is that; after changing the php code you made a very small mistake and wordpress' "show error code" is disable so that's why it gives you blank page.

Don't worry . it's not deleted just check your code.
 
I agree with the other replies that it's probably something that you did in the code.. but I'm still curious.. what did you do to fix the problem ?
 
Make sure you have a back up before changing code in case something like that happens.
 
I think you should copy the code, if your are on self hosting, and paste it on FTP.
 
Best idea is to keep a backup of the file you wish to modify. If all goes into the toilet and the mod was done wrong, just upload the original file - and you're set.
 
Take backup for future

Hi everyone,

I was following a guide on changing the font of my Wordpress website and in the functions.php file, I added some lines of code that change font at the end of the file in the editor tab. Now when I try to load the site, it doesn't load. No website, no nothing. Just blank white space. What do I do?

Thanks!!! This is urgent...

EDIT: Nevermind, I got it fixed. I got my FTP client and re-uploaded the functions.php file overwriting the stuff I did.

Thanks anyways.
 
Glad that you got it fixed. It is always agrivating when you do not know what happened!
 
Back
Top