Make WordPress Themes

source: avenza/1.4.7/header.php

Last change on this file was 219405, checked in by themedropbox, 21 months ago

New theme: Avenza - 1.0.1

File size: 809 bytes
Line 
1<!DOCTYPE html>
2<html <?php language_attributes(); ?>>
3        <head>
4                <meta charset="<?php bloginfo( 'charset' ); ?>">
5                <meta name="viewport" content="width=device-width, initial-scale=1">
6                <link rel="profile" href="https://gmpg.org/xfn/11">
7                <?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?>
8                        <link rel="pingback" href="<?php echo esc_url(get_bloginfo( 'pingback_url' )); ?>">
9                <?php endif; ?>
10
11                <?php wp_head(); ?>
12        </head>
13
14
15<body <?php body_class('header-above-light'); ?>>
16<?php wp_body_open(); ?>
17<div id="page" class="site">
18        <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'avenza' ); ?></a>
19       
20        <?php get_template_part('template-parts/sections/section','header'); ?>
21       
22        <div id="content" class="avril-content">
23       
Note: See TracBrowser for help on using the repository browser.