Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter awindell

    (@awindell)

    Nevermind I found the issue I had added this to my header, removed it and it works fine.

    if ( is_home() ) { ?>
        <meta name="description" Confessions of a Planner Addict" />
    <?php } else {  ?>  <meta name="description" content="Your none homepage meta description" />
    <?php } ?>
    
    	<title>Confessions of a Planner Addict<?php wp_title( ''); ?></title>
    	<link rel="profile" href="https://gmpg.org/xfn/11">
    	<?php if(of_get_option('favicon_radio') == 1) : ?>
    	<link rel="shortcut icon" href="<?php echo of_get_option('favicon_url'); ?>" type="image/x-icon" />
    	<?php endif; ?>
    Theme Author alex27

    (@alex27)

    Just a word of advice for future reference – you should not edit theme files directly. Use child theme instead! Also for this type of thing you should use a plugin – it’s much easier to manage settings and those settings will be theme independent.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HELP! My website is blank!’ is closed to new replies.