Advertising
Paste Description for header.php
Navigation doesn't display. How do I correct this?
- header.php
- Wednesday, August 8th, 2012 at 1:25:04pm MDT
- <?php
- /**
- * Header Template
- *
- * The header template is generally used on every page of your site. Nearly all other templates call it
- * somewhere near the top of the file. It is used mostly as an opening wrapper, which is closed with the
- * footer.php file. It also executes key functions needed by the theme, child themes, and plugins.
- *
- * @package Live Wire
- * @subpackage Template
- * @since 0.1.0
- */
- ?>
- <!doctype html>
- <html <?php language_attributes(); ?>>
- <head>
- <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" />
- <title><?php hybrid_document_title(); ?></title>
- <!-- Mobile viewport optimized -->
- <meta name="viewport" content="width=device-width,initial-scale=1" />
- <!-- My styles -->
- <link rel="stylesheet" href="<?php echo get_stylesheet_uri(); ?>" type="text/css" media="all" />
- <link rel="profile" href="http://gmpg.org/xfn/11" />
- <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
- <?php wp_head(); // wp_head ?>
- </head>
- <body class="<?php hybrid_body_class(); ?>">
- <?php do_atomic( 'open_body' ); // live-wire_open_body ?>
- <div id="container">
- <?php get_template_part( 'menu', 'primary' ); // Loads the menu-primary.php template. ?>
- <?php do_atomic( 'before_header' ); // live-wire_before_header ?>
- <div id="header">
- <?php do_atomic( 'open_header' ); // live-wire_open_header ?>
- <div class="wrap">
- <div id="branding">
- <?php hybrid_site_title(); ?>
- <?php hybrid_site_description(); ?>
- </div><!-- #branding -->
- <?php get_sidebar( 'header' ); // Loads the sidebar-header.php template. ?>
- <?php do_atomic( 'header' ); // live-wire_header ?>
- </div><!-- .wrap -->
- <?php do_atomic( 'close_header' ); // live-wire_close_header ?>
- </div><!-- #header -->
- <?php do_atomic( 'after_header' ); // live-wire_after_header ?>
- <?php get_template_part( 'menu', 'secondary' ); // Loads the menu-secondary.php template. ?>
- <?php do_atomic( 'before_main' ); // live-wire_before_main ?>
- <div id="main">
- <div class="wrap">
- <?php do_atomic( 'open_main' ); // live-wire_open_main ?>
- <?php if ( current_theme_supports( 'breadcrumb-trail' ) ) breadcrumb_trail( array( 'before' => __( 'You are here:', 'live-wire' ) ) ); ?>
Paste Details
Tags: header navigation
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.