change the get template part for banner in header.
This commit is contained in:
parent
87ebc92ed9
commit
5f7304d85b
|
@ -1,5 +1,7 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
|
|
||||||
|
<!-- Get the banner to display -->
|
||||||
|
<?php get_template_part( 'template-parts/bannerHeader' ); ?>
|
||||||
<!-- Get the menu if is create in panel admin -->
|
<!-- Get the menu if is create in panel admin -->
|
||||||
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
|
|
||||||
|
<!-- Get the banner to display -->
|
||||||
|
<?php get_template_part( 'template-parts/bannerHeader' ); ?>
|
||||||
<!-- Get the menu if is create in panel admin -->
|
<!-- Get the menu if is create in panel admin -->
|
||||||
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,3 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<!-- Get the banner to display -->
|
|
||||||
<?php if(!is_404()) { get_template_part( 'template-parts/bannerHeader' ); } ?>
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
|
|
||||||
|
<!-- Get the banner to display -->
|
||||||
|
<?php get_template_part( 'template-parts/bannerHeader' ); ?>
|
||||||
<!-- Get the menu if is create in panel admin -->
|
<!-- Get the menu if is create in panel admin -->
|
||||||
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
|
|
||||||
|
<!-- Get the banner to display -->
|
||||||
|
<?php get_template_part( 'template-parts/bannerHeader' ); ?>
|
||||||
<!-- Get the menu if is create in panel admin -->
|
<!-- Get the menu if is create in panel admin -->
|
||||||
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
|
|
||||||
|
<!-- Get the banner to display -->
|
||||||
|
<?php get_template_part( 'template-parts/bannerHeader' ); ?>
|
||||||
<!-- Get the menu if is create in panel admin -->
|
<!-- Get the menu if is create in panel admin -->
|
||||||
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<?php get_header(); ?>
|
<?php get_header(); ?>
|
||||||
|
|
||||||
|
<!-- Get the banner to display -->
|
||||||
|
<?php get_template_part( 'template-parts/bannerHeader' ); ?>
|
||||||
<!-- Get the menu if is create in panel admin -->
|
<!-- Get the menu if is create in panel admin -->
|
||||||
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
<?php get_template_part( 'template-parts/menuBellowBanner' ); ?>
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
<!-- Get the banner to display -->
|
||||||
|
<?php get_template_part( 'template-parts/bannerHeader' ); ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* This template adss Collections details to the header
|
* This template adss Collections details to the header
|
||||||
|
|
Loading…
Reference in New Issue