summaryrefslogtreecommitdiff
path: root/template-parts/header/header-main-layout.php
diff options
context:
space:
mode:
Diffstat (limited to 'template-parts/header/header-main-layout.php')
-rw-r--r--template-parts/header/header-main-layout.php30
1 files changed, 30 insertions, 0 deletions
diff --git a/template-parts/header/header-main-layout.php b/template-parts/header/header-main-layout.php
new file mode 100644
index 0000000..e40b7c4
--- /dev/null
+++ b/template-parts/header/header-main-layout.php
@@ -0,0 +1,30 @@
+<?php
+/**
+ * Template for Primary Header
+ *
+ * The header layout 2 for Astra Theme. ( No of sections - 1 [ Section 1 limit - 3 )
+ * This is the template that displays all of the <head> section and everything up until <div id="content">
+ *
+ * @see https://developer.wordpress.org/themes/basics/template-files/#template-partials
+ *
+ * @package Astra
+ * @author Astra
+ * @copyright Copyright (c) 2020, Astra
+ * @link https://wpastra.com/
+ * @since Astra 1.0.0
+ */
+
+?>
+
+<div class="main-header-bar-wrap">
+ <div <?php echo astra_attr( 'main-header-bar' ); ?>>
+ <?php astra_main_header_bar_top(); ?>
+ <div class="ast-container">
+
+ <div class="ast-flex main-header-container">
+ <?php astra_masthead_content(); ?>
+ </div><!-- Main Header Container -->
+ </div><!-- ast-row -->
+ <?php astra_main_header_bar_bottom(); ?>
+ </div> <!-- Main Header Bar -->
+</div> <!-- Main Header Bar Wrap -->