Poppy is een zeugje van ongeveer maart 2019.
Poppy is nog wat voorzichtig, maar met wat tijd komt dat helemaal goed.
<?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><!-- TopShop.ORG --> <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(); ?>> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'topshop' ); ?></a> <div id="page"> <header id="masthead" class="site-header border-bottom <?php echo sanitize_html_class( get_theme_mod( 'topshop-header-layout', customizer_library_get_default( 'topshop-header-layout' ) ) ); ?>" role="banner"> <?php get_template_part( '/templates/header/header' ); ?> </header><!-- #masthead --> <?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' ); ?> <?php echo ( get_theme_mod( 'topshop-remove-product-border' ) ) ? sanitize_html_class( 'topshop-products-noborder' ) : ''; ?>">

Poppy is een zeugje van ongeveer maart 2019.
Poppy is nog wat voorzichtig, maar met wat tijd komt dat helemaal goed.