Current File : /home/pariaqke/cosmag.org/wp-content/themes/loveus/components/header/breadcrumb/breadcrumb-page.php
<?php
$loveus_show_breadcrumb = get_post_meta( get_the_ID(), 'loveus_metabox_show_breadcrumb', true );
?>
<?php if ( $loveus_show_breadcrumb != 'off' ) : ?>
	<section class="page-banner brd-page">
			<div class="image-layer"></div>
			<div class="bottom-rotten-curve"></div>
			<div class="auto-container">
				<?php
				if ( is_singular() ) :
					the_title( '<h1 class="entry-title">', '</h1>' );
					else :
						the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
					endif;
					?>
				<?php if ( function_exists( 'bcn_display' ) ) : ?>
					<div class="bread-crumb clearfix">
						<?php bcn_display(); ?>
					</div>
				<?php endif; ?>
			</div>
	</section>
<?php endif; ?>