Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
ynormeco
/
public_html
/
blog
/
wp-content
/
themes
/
blogasm
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/ynormeco/public_html/blog/wp-content/themes/blogasm/header.php
<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Blogasm */ $header_class = array( 'site-header' ); $header_class[] = 'header-layout-1'; $header_class[] = 'scroll'; $header_class[] = 'transition-5s'; ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <?php wp_head(); ?> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7363843658662664" crossorigin="anonymous"></script> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <div id="page" class="site website-container"> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'blogasm' ); ?></a> <header id="masthead" class="<?php echo esc_attr( implode( ' ', $header_class ) ); ?>"> <?php /** * Hook - blogasm_action_header * * @hooked: blogasm_add_header - 20 */ do_action( 'blogasm_action_header' ); ?> </header><!-- #masthead --> <div class="site-header-separator"></div> <div id="content" class="site-content">