lost my website, oh heck what have I done?!!
-
Hi there,
I was recently having problems making an image, a featured image on my pages.
For some reason, I googled the problem and what I seemed to find was instructions about coding.So I followed some instructions and saved the change.
“You just need a small bit of code to put in your theme’s functions file which is located here: wp-content/themes/your-theme/functions.php – you can edit it by going to Appearance > Editor on the left-hand side of the WordPress back-end and then by clicking “functions.php” on the right-hand side in your theme’s template files.
<?php
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size( 150, 150, true );
?>The first line enables the use of Featured Images on your site. The second line determines their size (in this case 150 pixels square).”
I then panicked, as it all seemed a bit too advanced for me, changing code and all that, so I decided to undo the change i’d made. SO I deleted the code I had just added and saved again. Now, I think that I left the last bit ?> as I remember seeing this on its own after I had pressed save
So i’ve made a complete balls of things and I feel sick as i’ve spent ages updating my site over the last few days, in prep for my new business. Now, nothing is displaying at all. The screen is blank on my Dashboard. I can’t go into any page on my dashboard as they’re all blank. When I look at the URL / address line at the top of my page, the icon in front of my website address is missing. Where the http//; bit is, that is also not there.
Can anyone help?
Thanks in advance,
katie
p.s. i’m just going to bed, so if I don’t reply immediately, please don’t take this as I’m not around, I will be hoping its all been a bad dream and when I awake and realise it isn’t, i’ll be straight on here to see if I have any replies.
- The topic ‘lost my website, oh heck what have I done?!!’ is closed to new replies.