this code is for inner banner

PHOTO EMBED

Wed Dec 14 2022 23:36:08 GMT+0000 (Coordinated Universal Time)

Saved by @waqaskhan #function.php #js

<?php 
    if ( is_home() || is_front_page() ) { ?>
<?php } else { ?>
    <div class="inner-banner" style="background:url(
    <?php
    if (has_post_thumbnail()) { ?>
        <?php echo get_the_post_thumbnail_url($post->ID, 'full') ?>
    <?php } else { ?>
        <?php bloginfo('stylesheet_directory'); ?>/images/default.jpg<?php } ?>) no-repeat center center / cover;">
        <h2><?php the_title(); ?></h2>
    </div>

<?php }?>
content_copyCOPY

page.php