So, I am no expert in Wordpress, but all I did was copy a small piece of code or the header file and paste it to try to change my site description. Now my site is a total blank white screen. So obviously I did something wrong. I would love someone to help. I deleted the part of the header.php file that was used for the site description. I tried adding what I thought would change it but it didn't work. Unfortunately, I didn't copy the old code to change it back. Let me know if you know how to fix this. thanks Here is the code. I have deleted something that is making the site blank.
Help- wordpress code change now website is gone.
6
So, I am no expert in Wordpress, but all I did was copy a small piece of code or the header file and paste it to try to change my site description. Now my site is a total blank white screen. So obviously I did something wrong. I would love someone to help. I deleted the part of the header.php file that was used for the site description. I tried adding what I thought would change it but it didn't work. Unfortunately, I didn't copy the old code to change it back. Let me know if you know how to fix this. thanks
Here is the code. I have deleted something that is making the site blank.
<title>
|
<?php bloginfo('name'); ?>
<?php } ?>
<?php if ( is_search() ) { ?>
Search Results |
<?php bloginfo('name'); ?>
<?php } ?>
<?php if ( is_author() ) { ?>
Author Archives |
<?php bloginfo('name'); ?>
<?php } ?>
<?php if ( is_single() ) { ?>
<?php wp_title(''); ?>
<?php } ?>
<?php if ( is_page() ) { ?>
<?php wp_title(''); ?>
<?php } ?>
<?php if ( is_category() ) { ?>
<?php single_cat_title(); ?>
Here is the code. I have deleted something that is making the site blank.
<title>
|
<?php bloginfo('name'); ?>
<?php } ?>
<?php if ( is_search() ) { ?>
Search Results |
<?php bloginfo('name'); ?>
<?php } ?>
<?php if ( is_author() ) { ?>
Author Archives |
<?php bloginfo('name'); ?>
<?php } ?>
<?php if ( is_single() ) { ?>
<?php wp_title(''); ?>
<?php } ?>
<?php if ( is_page() ) { ?>
<?php wp_title(''); ?>
<?php } ?>
<?php if ( is_category() ) { ?>
<?php single_cat_title(); ?>
- gs000707
- [1] reply
- bluecreel
- Istvan Horvath
- gs000707
- gs000707
Next Topics on Trending Feed
-
6