Sid Gifari SEO Code Uplaoder

Sid Gifari SEO Code Uplaoder

Telegram:sidgifari

Upload File:
HEX
HEX
Server: LiteSpeed
System: Linux premium311.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: scepbisv (1262)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/scepbisv/demo.sceptrepro.com/wp-content/themes/loanlift/template-parts/banner.php
<?php
if(get_post_meta( get_the_ID(), 'loanlift_metabox', true)) {
    $loanlift_meta = get_post_meta( get_the_ID(), 'loanlift_metabox', true );
} else {
    $loanlift_meta = array();
}
$bannerEnable = is_array($loanlift_meta) && isset($loanlift_meta['loanlift_meta_enable_banner']) ? $loanlift_meta['loanlift_meta_enable_banner'] : true;
if ($bannerEnable): ?>
<div class="inner-page-hero">
    <div class="container">
        <div class="hero-heading-title">
            <h2>
            <?php
            if (is_archive()) {
                the_archive_title(); // Display archive title if on an archive page
            } else {
                the_title(); // Display post/page title for other pages
            }
            ?>
            </h2>
        </div>
        <?php if(function_exists('bcn_display')) : ?>
        <ul class="bradcrumb">
            <?php bcn_display();?>
        </ul>
        <?php endif; ?>
    </div>
</div>
<?php endif;