• Resolved goldenitgirl

    (@goldenitgirl)


    I accidentally altered header.php code and now navigation bar of my blog vanished. Even the widgets of sidebar are appearing at bottom,above meta. I am using Twenty thirteen theme and my site url is http://www.goldenitgirl.com
    I am a newbie and I don’t understand php, css. please check my code and solve the problem.

    header.php code

    <?php
    /**
     * The Header for our theme.
     *
     * Displays all of the <head> section and everything up till <div id="main">
     *
     * @package WordPress
     * @subpackage Twenty_Thirteen
     * @since Twenty Thirteen 1.0
     */
    ?><!DOCTYPE html>
    <!--[if IE 7]>
    <html class="ie ie7" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if IE 8]>
    <html class="ie ie8" <?php language_attributes(); ?>>
    <![endif]-->
    <!--[if !(IE 7) | !(IE 8)  ]><!-->
    <html <?php language_attributes(); ?>>
    <!--<![endif]-->
    <head>
    	<meta name="blogcatalog" content="9BC10784406" />
    	<meta name="msvalidate.01" content="41CD29C18169140B1D329813354A74FD" />
    	<meta name="google-site-verification" content="03F4YFrXpd53XPfHICQHQUjNLBPcQ1iVh3R4pgQjehM" />
    	<meta name="alexaVerifyID" content="QBl01snvH_w3OAGJjAZttdIMyPU" />
    	<meta charset="<?php bloginfo( 'charset' ); ?>">
    	<link rel="alternate" type="application/rss+xml" title="RSS Feed for petefreitag.com" href="/rss/" />
    	<meta name="viewport" content="width=device-width">
    	<title><?php wp_title( '|', true, 'right' ); ?></title>
    	<link rel="profile" href="http://gmpg.org/xfn/11">
    	<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
    	<!--[if lt IE 9]>
    	<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script>
    	<![endif]-->
    	<?php wp_head(); ?>
    <meta name="google-site-verification" content="03F4YFrXpd53XPfHICQHQUjNLBPcQ1iVh3R4pgQjehM" />
    </head>
    <meta name="google-site-verification" content="03F4YFrXpd53XPfHICQHQUjNLBPcQ1iVh3R4pgQjehM" />
    <body <?php body_class(); ?>>
    	<div id="page" class="hfeed site">
    		<header id="masthead" class="site-header" role="banner">
    			<a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
    				<h1 class="site-title"><?php bloginfo( 'name' ); ?></h1>
    				<h2 class="site-description"><?php bloginfo( 'description' ); ?></h2>
    			</a>
    
    			<div id="navbar" class="navbar">
    				<nav id="site-navigation" class="navigation main-n

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Messed up header.php, navigation bar vanished and widgets of sidebar are gone’ is closed to new replies.