PATH:
home
/
thebhoeo
/
public_html
/
pashtoo
/
wp-content
/
themes
/
woodmart-child
<?php /** * The Header template for our theme */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-RTH692KV1N"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-RTH692KV1N'); </script> </head> <body <?php body_class(); ?>> <?php do_action( 'woodmart_after_body_open' ); ?> <div class="website-wrapper"> <?php if ( woodmart_needs_header() ): ?> <!-- HEADER --> <header <?php woodmart_get_header_classes(); // location: inc/functions.php ?>> <?php whb_generate_header(); ?> </header><!--END MAIN HEADER--> <?php woodmart_page_top_part(); ?> <?php endif ?>
[-] style.css
[edit]
[+]
wp-html-mail
[-] single.php
[edit]
[-] functions.php
[edit]
[-] header.php
[edit]
[+]
..
[-] content.php
[edit]
[-] screenshot.png
[edit]
[-] child-style.min.css
[edit]