D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
vblioqus
/
y999-game.pro
/
wp-content
/
themes
/
infopediya
/
Filename :
header.php
back
Copy
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <header id="masthead" class="site-header"> <div class="header-container"> <div class="site-branding"> <?php if (has_custom_logo()) : ?> <?php the_custom_logo(); ?> <?php else : ?> <h1 class="site-title"><a href="<?php echo esc_url(home_url('/')); ?>"><?php bloginfo('name'); ?></a></h1> <?php endif; ?> </div> <button class="mobile-menu-toggle" aria-controls="primary-menu" aria-expanded="false"> <span class="hamburger"></span> <span class="sr-only">Menu</span> </button> <nav id="site-navigation" class="main-navigation"> <?php wp_nav_menu(array( 'theme_location' => 'menu-1', 'menu_id' => 'primary-menu', 'container' => false )); ?> </nav> </div> </header>