File manager - Edit - /home/aussies6/public_html/wp-content/themes/topshop/header.php
Back
<?php /** * The header for our theme. * * Displays all of the <head> section and everything up till <div id="content"> * * @package TopShop */ global $woocommerce; ?><!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="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page"> <?php if ( get_theme_mod( 'topshop-site-layout', false ) == 'topshop-layout-boxed' ) { ?> <div class="site-boxed"> <?php } ?> <?php do_action ( 'topshop_before_header' ); ?> <header id="masthead" class="site-header border-bottom <?php echo ( get_theme_mod( 'topshop-header-layout', false ) ) ? get_theme_mod( 'topshop-header-layout', false ) : 'topshop-header-layout-standard'; ?>" role="banner"> <?php if ( get_theme_mod( 'topshop-header-layout', false ) == 'topshop-header-layout-three' ) : ?> <?php get_template_part( '/templates/header/header-layout-three' ); ?> <?php elseif ( get_theme_mod( 'topshop-header-layout', false ) == 'topshop-header-layout-centered' ) : ?> <?php get_template_part( '/templates/header/header-layout-centered' ); ?> <?php else : ?> <?php get_template_part( '/templates/header/header-layout-standard' ); ?> <?php endif; ?> </header><!-- #masthead --> <?php do_action ( 'topshop_after_header' ); ?> <?php if ( is_front_page() ) : ?> <?php get_template_part( '/templates/slider/homepage-slider' ); ?> <?php endif; ?> <div id="content" class="site-content site-container <?php echo ( ! is_active_sidebar( 'sidebar-1' ) ) ? sanitize_html_class( 'content-no-sidebar' ) : sanitize_html_class( 'content-has-sidebar' ); ?>">
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings