forked from erasta/kzradio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage-home.php
201 lines (188 loc) · 7.79 KB
/
page-home.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
<?php
/**
* Template Name: Home
* The template for displaying all posts.
*/
get_header();
?>
<style>
@media (max-width: 767px){
#wrapper-home .next-shows, #wrapper-home #shows-curr-and-next {
height: auto !important;
}
}
</style>
<main class="container home" id="main">
<div class="row">
<div id="content" class="home" role="main">
<div id="wrapper-home">
<?php
$im_on_home_page = true;
get_curr_shows();
?>
<div class="kz-title full-schedule-link">
<a href="<?php bloginfo('url'); ?>/schedule">ללוח השידורים המלא</a>
</div>
<div id="chart2020-banner" style="">
<a href="https://www.kzradio.net/magazine/best-of/26553">
<img class="desktop-only" src="<?php echo get_template_directory_uri(); ?>/theme/images/chart2020-banner2.png" alt="המצעד האלטרנטיבי השנתי של רדיו הקצה. ראשון 27.12, שידור חי מ-10:00-22:00." style="width: 100%;">
<img class="mobile-only" src="<?php echo get_template_directory_uri(); ?>/theme/images/chart2020-banner2-mobile.png" alt="המצעד האלטרנטיבי השנתי של רדיו הקצה. ראשון 27.12, שידור חי מ-10:00-22:00." style="width: 100%;">
</a>
</div>
<style>
#chart2020-banner img.mobile-only {
display: none;
}
@media (max-width: 767px){
#chart2020-banner {
position: relative;
/*height: 300px;*/
overflow: hidden;
}
#chart2020-banner a {
display: block;
}
#chart2020-banner img.desktop-only {
display: none;
}
#chart2020-banner img.mobile-only {
display: block;
}
#chart2020-banner img {
position: relative;
/*height: 100%;*/
/*width: auto !important;*/
max-width: none;
left: 50%;
transform: translateX(-50%);
}
}
</style>
<div class="broadcasters">
<div class="wrapper">
<h2 class="kz-title">מסובבים באולפן</h2>
<?php
$djs = get_terms( array(
'taxonomy' => 'djs',
'hide_empty' => false,
'meta_query' => array(
'relation' => 'AND',
array(
'key' => 'dont_show',
'value' => true,
'compare' => '!='
)
)
));
shuffle( $djs );
$djs = array_slice( $djs, 0, 6 );
?>
<ul class="items">
<?php foreach ( $djs as $dj ) {
$dj_link = get_term_link($dj);
$dj_img_id = get_field('dj_photo', $dj);
$dj_img_small_id = get_field('dj_photo_small', $dj);
$dj_img_small = wp_get_attachment_image( $dj_img_small_id, 'dj_img', '', array( 'alt'=>$dj->name ) );
$dj_img = wp_get_attachment_image( $dj_img_id, 'dj_img', '', array( 'alt'=>$dj->name ) );
?>
<li class="item <?php echo $dj_img_small_id; ?>">
<a href="<?php echo esc_url($dj_link); ?>">
<?php
if( $dj_img_small_id )
echo $dj_img_small;
else
echo $dj_img;
?>
<span class="dj-name"><?php echo $dj->name; ?></span>
</a>
</li>
<?php } ?>
</ul><!--.items-->
<div class="all-djs-reference">
זו רק רשימה אקראית, <a href="<?php bloginfo('url'); ?>/djs" class="all-djs-link">בואו להכיר את כולם!</a>
</div>
</div><!--.wrapper-->
</div><!--.broadcasters-->
<div class="on-demand-and-video">
<div class="on-demand">
<h2 class="kz-title">תכניות חדשות בארכיון</h2>
<div class="on-demand-items">
<?php
$args = array( 'posts_per_page'=>8, 'post_type'=>'show' );
$posts = get_posts( $args );
foreach ($posts as $post) {
get_template_part('loops/show');
}
wp_reset_postdata(); ?>
</div><!--.on-demend-items-->
<div class="want-more">
<a href="<?php bloginfo('url'); ?>/last-shows">לכל התכניות</a>
</div>
</div><!--.on-demend-->
<div class="kz-video">
<h2 class="kz-title"><?php the_field( 'video_title' ); ?></h2>
<iframe class="kz-vid-iframe" width="782" height="476" src="<?php the_field( 'featured_video' ); ?>" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<div class="hold-on">
<a href="https://www.youtube.com/user/KZRadio">לערוץ היוטיוב של הקצה</a>
</div>
</div>
</div><!--on-demand-and-video-->
<div id="ctas-strip">
<div class="apps-and-form clearfix">
<div class="form-wrapper">
<h3 class="kz-subtitle">ניוזלטר הקצה</h3>
<p class="desc">
הרשמו לניוזלטר שלנו ותקבלו עדכונים על תכניות, ספיישלים, אירועים ועוד. בלי ספאם. מבטיחים.
</p>
<?php //echo do_shortcode( '[mc4wp_form id="312"]' ); ?>
<p><a href="https://us7.list-manage.com/subscribe?u=cd5550d0b8eebbade6b90ac64&id=4f2e5346ab&fbclid=IwAR0RTfX_l0Z11bbyrY-7TfYcIzfoBLAGu5iXku2AOKC7juo8zhhqzt3KJps" target="_blank" class="cta-btn">להרשמה</a>
</div>
<div class="ways-to-listen">
<h3 class="kz-subtitle"><?php the_field( 'streaming_title' ); ?></h3>
<div class="apps">
<div class="apps-title">באפליקציה שלנו</div>
<div class="apps-btns">
<a href="<?php the_field( 'google_play_link' ); ?>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/theme/images/googleplay.svg" alt="הקצה בגוגל פליי"></a>
<a href="<?php the_field( 'app_store_link' ); ?>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/theme/images/appstore.svg" alt="הקצה באפ-סטור"></a>
</div>
</div>
<div class="streaming-w">
<div class="apps-title">באפליקציות אחרות</div>
<div class="apps-icons">
<a href="<?php the_field( 'podbean_link' ); ?>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/theme/images/podbean.png" alt="הקצה בפודבין"></a>
<a href="<?php the_field( 'tune_in_link' ); ?>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/theme/images/tunein.png" alt="הקצה בטיון אין"></a>
<a href="<?php the_field( 'apple_music_link' ); ?>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/theme/images/apple-music-icon.png" alt="הקצה באפל מיוזיק"></a>
<?php /* <a href="<?php the_field( 'spotify_link' ); ?>" target="_blank"><img src="<?php bloginfo('template_url'); ?>/theme/images/spotify.svg" alt="הקצה בספוטיפיי"></a> */ ?>
</div>
</div>
<div class="on-tv">
<div class="apps-title">גם בטלויזיה</div>
<img src="<?php bloginfo('template_url'); ?>/theme/images/cellcom-tv.png" alt="הקצה בסלקום טי.וי.">
</div>
</div><!--.ways-to-listen-->
</div><!--.apps-and-form-->
<div class="atem">
<div class="textual-area">
<div class="title-wrapper">
<h3 class="kz-big-title"><?php the_field( 'fb_title' ); ?></h3>
<?php if( $fb_sub = get_field( 'fb_subtitle' ) ) { ?>
<div class="show-time"><?php echo $fb_sub; ?></div>
<?php } ?>
</div>
<?php if( $fb_main_text = get_field( 'fb_main_text' ) ) { ?>
<div class="main-text">
<?php echo $fb_main_text; ?>
</div>
<?php } ?>
<?php if( $fb_url = get_field( 'fb_cta_button_url' ) ) { ?>
<a href="<?php echo $fb_url; ?>" class="cta-btn"><?php the_field( 'fb_cta_button_label' ); ?></a>
<?php } ?>
</div>
</div><!--.atem-->
</div><!--#ctas-strip-->
</div><!--.#wrapper-home-->
</div><!-- /#content -->
<?php get_sidebar(); ?>
</div><!-- /.row -->
</main><!-- /.container -->
<?php get_footer(); ?>