Modularización de GKACHELE SaaS
This commit is contained in:
29
wp-content/themes/abiz/template-parts/site-breadcrumb.php
Normal file
29
wp-content/themes/abiz/template-parts/site-breadcrumb.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
/**
|
||||
* Template part for displaying site page header.
|
||||
*/
|
||||
$enable_page_header = get_theme_mod('enable_page_header','1');
|
||||
if($enable_page_header == '1') {
|
||||
?>
|
||||
<section id="breadcrumb-section" class="breadcrumb-area breadcrumb-center" style="background: url(<?php echo esc_url(get_header_image()); ?>) center center scroll;">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="breadcrumb-content">
|
||||
<div class="breadcrumb-heading">
|
||||
<h1>
|
||||
<?php abiz_page_title(); ?>
|
||||
</h1>
|
||||
</div>
|
||||
<ol class="breadcrumb-list">
|
||||
<li class="home-icon"><a href="<?php echo esc_url( home_url( '/' ) ); ?>"><i class="fa fa-home"></i></a></li>
|
||||
<li>
|
||||
<?php abiz_page_header(); ?>
|
||||
</li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<?php } ?>
|
||||
Reference in New Issue
Block a user