change the get template part for banner in header.

This commit is contained in:
Fabiano Alencar 2018-05-21 13:26:06 -03:00
parent 87ebc92ed9
commit 5f7304d85b
8 changed files with 16 additions and 4 deletions

View File

@ -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' ); ?>

View File

@ -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' ); ?>

View File

@ -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' ); } ?>

View File

@ -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' ); ?>

View File

@ -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' ); ?>

View File

@ -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' ); ?>

View File

@ -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' ); ?>

View File

@ -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