D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
bitchats.net
/
wp-content
/
themes
/
blankslate
/
Filename :
header.php
back
Copy
<!DOCTYPE html> <html <?php language_attributes(); ?> <?php blankslate_schema_type(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <div id="wrapper" class="hfeed"> <header id="header" role="banner"> <div id="branding"> <div id="site-title" itemprop="publisher" itemscope itemtype="https://schema.org/Organization"> <?php if ( is_front_page() || is_home() || is_front_page() && is_home() ) { echo '<h1>'; } echo '<a href="' . esc_url( home_url( '/' ) ) . '" title="' . esc_attr( get_bloginfo( 'name' ) ) . '" rel="home" itemprop="url"><span itemprop="name">' . esc_html( get_bloginfo( 'name' ) ) . '</span></a>'; if ( is_front_page() || is_home() || is_front_page() && is_home() ) { echo '</h1>'; } ?> </div> <div id="site-description"<?php if ( !is_single() ) { echo ' itemprop="description"'; } ?>><?php bloginfo( 'description' ); ?></div> </div> <nav id="menu" role="navigation" aria-label="<?php esc_attr_e( 'Primary Navigation', 'blankslate' ); ?>" itemscope itemtype="https://schema.org/SiteNavigationElement"> <?php wp_nav_menu( array( 'theme_location' => 'main-menu', 'link_before' => '<span itemprop="name">', 'link_after' => '</span>' ) ); ?> <div id="search" role="search" aria-label="<?php esc_attr_e( 'Search', 'blankslate' ); ?>"><?php get_search_form(); ?></div> </nav> </header> <div id="container"> <main id="content" role="main">