Zero Gravity Theme
-
I was trying to remove the top navigation bar at the top of the page, and I accidentally made the entire template go away… now there is only text.
Here is what is currently there, but I can’t get it to go back to it’s original state. Can anyone figure out what I did? Sigh.
\<?php
/**
* The Header template for our theme
*
* Displays all of the <head> section and everything up till <div id=”main”>
*
* @package ZeroGravity
*\
<!–[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 charset=”<?php bloginfo( ‘charset’ ); ?>” />
<meta name=”viewport” content=”width=device-width” />
<link rel=”profile” href=”https://gmpg.org/xfn/11″ />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?>
<!–[if lt IE 9]>
<script src=”<?php echo get_template_directory_uri(); ?>/js/html5.js” type=”text/javascript”></script>
<![endif]–>
<?php wp_head(); ?>
</head>
- The topic ‘Zero Gravity Theme’ is closed to new replies.