WP test container created
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
/**
|
||||
* @package TLIG
|
||||
*/
|
||||
?>
|
||||
<!doctype html>
|
||||
<html <?php language_attributes(); ?>>
|
||||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
<body <?php body_class(); ?>>
|
||||
<?php wp_body_open(); ?>
|
||||
|
||||
<a class="skip-link visually-hidden" href="#content"><?php esc_html_e( 'Skip to content', 'tlig' ); ?></a>
|
||||
|
||||
<?php tlig_demo_language_bar(); ?>
|
||||
|
||||
<header class="site-header">
|
||||
<div class="site-header__inner">
|
||||
<p class="site-header__title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></p>
|
||||
</div>
|
||||
<?php tlig_nav(); ?>
|
||||
</header>
|
||||
Reference in New Issue
Block a user