%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/
Upload File :
Create Path :
Current File : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/news_single_banner.php

<?php
    //Variables
    $image_id = get_post_thumbnail_id();
    $image_url = wp_get_attachment_image_src($image_id,'bannerimgsmall');
    $image_url = $image_url[0];

    //Get custom post type and save in variable
    $getType = get_post_type();

    //Save the value for of the True / False field
    $hideBanner = get_field('hide_banner');

    //Show or hide banner on success stories
    if ( $getType == 'storys' ) {
        
        if ($hideBanner) { 
            //Hide the banner
        } 
        // If user has unchecked the hide option
        else { ?>
           <section class="top_banner static single_news" style="background:url('<?php echo $image_url; ?>') no-repeat center center;background-size:cover;">

                <div class="banner_content">
                    <div class="banner_table">
                        <div class="banner_cell">
                            <div class="wrapper">

                                <div class="banner_info">


                                    <span class="banner_text wider"><?php the_title(); ?></span>


                                    <?php if($size == 'large'){ ?>
                                        <?php if($btn_target){ ?>

                                            <div class="center_btn">
                                                <a href="<?php echo $btn_target; ?>" class="btn white-border white-hover white center">
                                                    <?php echo $btn_text; ?> <i class="fa fa-long-arrow-right"></i>
                                                </a>
                                            </div>
                                        <?php } ?>
                                    <?php } ?>

                                </div>

                            </div>
                        </div>
                    </div>
                </div>
                <div class="overlay"></div>

            </section>
        <?php }
   
    } 
     // If not posttype is storys then run banner as always
    else { ?>
        
        <section class="top_banner static single_news" style="background:url('<?php echo $image_url; ?>') no-repeat center center;background-size:cover;">

            <div class="banner_content">
                <div class="banner_table">
                    <div class="banner_cell">
                        <div class="wrapper">

                            <div class="banner_info">


                                <span class="banner_text wider"><?php the_title(); ?></span>


                                <?php if($size == 'large'){ ?>
                                    <?php if($btn_target){ ?>

                                        <div class="center_btn">
                                            <a href="<?php echo $btn_target; ?>" class="btn white-border white-hover white center">
                                                <?php echo $btn_text; ?> <i class="fa fa-long-arrow-right"></i>
                                            </a>
                                        </div>
                                    <?php } ?>
                                <?php } ?>

                            </div>

                        </div>
                    </div>
                </div>
            </div>
            <div class="overlay"></div>

        </section>

    <?php } ?>

Zerion Mini Shell 1.0