@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -if ( ! defined( 'ABSPATH' ) ) return; // Exit if accessed directly |
|
2 | +if ( ! defined('ABSPATH')) return; // Exit if accessed directly |
|
3 | 3 | |
4 | 4 | /** |
5 | 5 | * Yoast Breadcrumbs on Twitter Bootstrap |
@@ -10,21 +10,21 @@ discard block |
||
10 | 10 | * @param string $sep Your custom separator |
11 | 11 | */ |
12 | 12 | function lsx_breadcrumbs() { |
13 | - if (!function_exists('yoast_breadcrumb') && !function_exists('woocommerce_breadcrumb')) { |
|
13 | + if ( ! function_exists('yoast_breadcrumb') && ! function_exists('woocommerce_breadcrumb')) { |
|
14 | 14 | return null; |
15 | 15 | } |
16 | 16 | |
17 | 17 | $show_on_front = get_option('show_on_front'); |
18 | - if ( ('posts' == $show_on_front && is_home()) || ('page' == $show_on_front && is_front_page()) ) { |
|
18 | + if (('posts' == $show_on_front && is_home()) || ('page' == $show_on_front && is_front_page())) { |
|
19 | 19 | return; |
20 | 20 | } |
21 | 21 | |
22 | - if(function_exists('woocommerce_breadcrumb')){ |
|
22 | + if (function_exists('woocommerce_breadcrumb')) { |
|
23 | 23 | ob_start(); |
24 | 24 | woocommerce_breadcrumb(); |
25 | 25 | $output = ob_get_clean(); |
26 | 26 | $output = str_replace('woocommerce-breadcrumb', 'woocommerce-breadcrumb breadcrumbs-container', $output); |
27 | - }elseif(function_exists('yoast_breadcrumb')){ |
|
27 | + }elseif (function_exists('yoast_breadcrumb')) { |
|
28 | 28 | // Default Yoast Breadcrumbs Separator |
29 | 29 | $old_sep = '\»\;'; |
30 | 30 | |
@@ -42,11 +42,11 @@ discard block |
||
42 | 42 | $output = '<div class="breadcrumbs-container">' . $output . '</div>'; |
43 | 43 | } |
44 | 44 | |
45 | - $output = apply_filters('lsx_breadcrumbs',$output); |
|
45 | + $output = apply_filters('lsx_breadcrumbs', $output); |
|
46 | 46 | |
47 | - echo wp_kses_post( $output ); |
|
47 | + echo wp_kses_post($output); |
|
48 | 48 | } |
49 | -add_action( 'lsx_content_top', 'lsx_breadcrumbs', 100 ); |
|
49 | +add_action('lsx_content_top', 'lsx_breadcrumbs', 100); |
|
50 | 50 | |
51 | 51 | /** |
52 | 52 | * Replaces the seperator with a blank space. |
@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | function lsx_breadcrumbs_seperator_filter($seperator) { |
56 | 56 | return ''; |
57 | 57 | } |
58 | -add_filter( 'wpseo_breadcrumb_separator', 'lsx_breadcrumbs_seperator_filter' ); |
|
58 | +add_filter('wpseo_breadcrumb_separator', 'lsx_breadcrumbs_seperator_filter'); |
|
59 | 59 | |
60 | 60 | /** |
61 | 61 | * Custom template tags for this theme. |
@@ -63,7 +63,7 @@ discard block |
||
63 | 63 | * |
64 | 64 | * @package lsx |
65 | 65 | */ |
66 | -if ( ! function_exists( 'lsx_site_title' ) ) : |
|
66 | +if ( ! function_exists('lsx_site_title')) : |
|
67 | 67 | /** |
68 | 68 | * Displays logo when applicable |
69 | 69 | * |
@@ -72,8 +72,8 @@ discard block |
||
72 | 72 | function lsx_site_title() { |
73 | 73 | ?> |
74 | 74 | <div class="site-branding"> |
75 | - <h1 class="site-title"><a title="<?php bloginfo( 'name' ); ?>" href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> |
|
76 | - <p class="site-description"><?php bloginfo( 'description' ); ?></p> |
|
75 | + <h1 class="site-title"><a title="<?php bloginfo('name'); ?>" href="<?php echo esc_url(home_url('/')); ?>" rel="home"><?php bloginfo('name'); ?></a></h1> |
|
76 | + <p class="site-description"><?php bloginfo('description'); ?></p> |
|
77 | 77 | </div> |
78 | 78 | <?php |
79 | 79 | } |
@@ -82,9 +82,9 @@ discard block |
||
82 | 82 | /** |
83 | 83 | * Add customisable post meta. |
84 | 84 | */ |
85 | -if ( ! function_exists( 'lsx_post_meta' ) ) { |
|
85 | +if ( ! function_exists('lsx_post_meta')) { |
|
86 | 86 | function lsx_post_meta() { |
87 | - if ( ( is_page() && ! ( is_home() || is_front_page() ) ) && ! is_page_template( 'page-templates/template-blog.php' ) ) { |
|
87 | + if ((is_page() && ! (is_home() || is_front_page())) && ! is_page_template('page-templates/template-blog.php')) { |
|
88 | 88 | return; |
89 | 89 | } |
90 | 90 | ?> |
@@ -99,94 +99,94 @@ discard block |
||
99 | 99 | /** |
100 | 100 | * Add customisable post meta: post date |
101 | 101 | */ |
102 | -if ( ! function_exists( 'lsx_post_meta_date' ) ) { |
|
102 | +if ( ! function_exists('lsx_post_meta_date')) { |
|
103 | 103 | function lsx_post_meta_date() { |
104 | 104 | $time_string = '<time class="entry-date published updated" datetime="%1$s">%2$s</time>'; |
105 | 105 | |
106 | - $time_string = sprintf( $time_string, |
|
107 | - esc_attr( get_the_date( 'c' ) ), |
|
106 | + $time_string = sprintf($time_string, |
|
107 | + esc_attr(get_the_date('c')), |
|
108 | 108 | get_the_date(), |
109 | - esc_attr( get_the_modified_date( 'c' ) ), |
|
109 | + esc_attr(get_the_modified_date('c')), |
|
110 | 110 | get_the_modified_date() |
111 | 111 | ); |
112 | 112 | |
113 | - printf( '<span class="post-meta-time"><span>%1$s</span> <a href="%2$s" rel="bookmark">%3$s</a></span>', |
|
114 | - esc_html_x( 'Posted on:', 'Used before publish date.', 'lsx' ), |
|
115 | - esc_url( get_permalink() ), |
|
116 | - wp_kses_post( $time_string ) |
|
113 | + printf('<span class="post-meta-time"><span>%1$s</span> <a href="%2$s" rel="bookmark">%3$s</a></span>', |
|
114 | + esc_html_x('Posted on:', 'Used before publish date.', 'lsx'), |
|
115 | + esc_url(get_permalink()), |
|
116 | + wp_kses_post($time_string) |
|
117 | 117 | ); |
118 | 118 | } |
119 | 119 | } |
120 | -add_action( 'lsx_content_post_meta', 'lsx_post_meta_date', 10 ); |
|
120 | +add_action('lsx_content_post_meta', 'lsx_post_meta_date', 10); |
|
121 | 121 | |
122 | 122 | /** |
123 | 123 | * Add customisable post meta: post author |
124 | 124 | */ |
125 | -if ( ! function_exists( 'lsx_post_meta_author' ) ) { |
|
125 | +if ( ! function_exists('lsx_post_meta_author')) { |
|
126 | 126 | function lsx_post_meta_author() { |
127 | 127 | $author = get_the_author(); |
128 | - $author_url = esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); |
|
128 | + $author_url = esc_url(get_author_posts_url(get_the_author_meta('ID'))); |
|
129 | 129 | |
130 | - if ( empty( $author ) ) { |
|
130 | + if (empty($author)) { |
|
131 | 131 | global $post; |
132 | 132 | |
133 | - $author = get_user_by( 'ID', $post->post_author ); |
|
133 | + $author = get_user_by('ID', $post->post_author); |
|
134 | 134 | $author = $author->display_name; |
135 | - $author_url = esc_url( get_author_posts_url( $post->post_author ) ); |
|
135 | + $author_url = esc_url(get_author_posts_url($post->post_author)); |
|
136 | 136 | } |
137 | 137 | |
138 | - printf( '<span class="post-meta-author"><span>%1$s</span> <a href="%2$s">%3$s</a></span>', |
|
139 | - esc_html_x( 'Posted by:', 'Used before post author name.', 'lsx' ), |
|
138 | + printf('<span class="post-meta-author"><span>%1$s</span> <a href="%2$s">%3$s</a></span>', |
|
139 | + esc_html_x('Posted by:', 'Used before post author name.', 'lsx'), |
|
140 | 140 | $author_url, |
141 | 141 | $author |
142 | 142 | ); |
143 | 143 | } |
144 | 144 | } |
145 | -add_action( 'lsx_content_post_meta', 'lsx_post_meta_author', 20 ); |
|
145 | +add_action('lsx_content_post_meta', 'lsx_post_meta_author', 20); |
|
146 | 146 | |
147 | 147 | /** |
148 | 148 | * Add customisable post meta: post category(ies) |
149 | 149 | */ |
150 | -if ( ! function_exists( 'lsx_post_meta_category' ) ) { |
|
150 | +if ( ! function_exists('lsx_post_meta_category')) { |
|
151 | 151 | function lsx_post_meta_category() { |
152 | - $post_categories = wp_get_post_categories( get_the_ID() ); |
|
152 | + $post_categories = wp_get_post_categories(get_the_ID()); |
|
153 | 153 | $cats = array(); |
154 | 154 | |
155 | - foreach( $post_categories as $c ) { |
|
156 | - $cat = get_category( $c ); |
|
157 | - $cats[] = '<a href="' . get_category_link( $cat->term_id ) . '" title="' . sprintf( esc_html__( 'View all posts in %s' , 'lsx' ), $cat->name ) . '" ' . '>' . $cat->name . '</a>'; |
|
155 | + foreach ($post_categories as $c) { |
|
156 | + $cat = get_category($c); |
|
157 | + $cats[] = '<a href="' . get_category_link($cat->term_id) . '" title="' . sprintf(esc_html__('View all posts in %s', 'lsx'), $cat->name) . '" ' . '>' . $cat->name . '</a>'; |
|
158 | 158 | } |
159 | 159 | |
160 | - if ( ! empty( $cats ) ) { |
|
160 | + if ( ! empty($cats)) { |
|
161 | 161 | ?> |
162 | - <span class="post-meta-categories"><span><?php esc_html_e( 'Posted in:', 'lsx' ); ?></span> <?php echo wp_kses_post( implode( ', ', $cats ) ); ?></span> |
|
162 | + <span class="post-meta-categories"><span><?php esc_html_e('Posted in:', 'lsx'); ?></span> <?php echo wp_kses_post(implode(', ', $cats)); ?></span> |
|
163 | 163 | <?php |
164 | 164 | } |
165 | 165 | } |
166 | 166 | } |
167 | -add_action( 'lsx_content_post_meta', 'lsx_post_meta_category', 30 ); |
|
167 | +add_action('lsx_content_post_meta', 'lsx_post_meta_category', 30); |
|
168 | 168 | |
169 | 169 | /** |
170 | 170 | * Add customisable post meta: post tag(s) |
171 | 171 | */ |
172 | -if ( ! function_exists( 'lsx_post_tags' ) ) { |
|
172 | +if ( ! function_exists('lsx_post_tags')) { |
|
173 | 173 | function lsx_post_tags() { |
174 | - if ( has_tag() ) : |
|
174 | + if (has_tag()) : |
|
175 | 175 | ?> |
176 | 176 | <div class="post-tags"> |
177 | - <span><?php esc_html_e( 'Tagged as:', 'lsx' ); ?></span> <?php echo wp_kses_post( get_the_tag_list( '' ) ); ?> |
|
177 | + <span><?php esc_html_e('Tagged as:', 'lsx'); ?></span> <?php echo wp_kses_post(get_the_tag_list('')); ?> |
|
178 | 178 | </div> |
179 | 179 | <?php |
180 | 180 | endif; |
181 | 181 | } |
182 | 182 | } |
183 | -add_action( 'lsx_content_post_tags', 'lsx_post_tags', 10 ); |
|
183 | +add_action('lsx_content_post_tags', 'lsx_post_tags', 10); |
|
184 | 184 | |
185 | 185 | /** |
186 | 186 | * Add customisable post info: related posts |
187 | 187 | */ |
188 | 188 | function lsx_related_posts() { |
189 | - if ( is_singular( 'post' ) && class_exists( 'Jetpack_RelatedPosts' ) ) { |
|
189 | + if (is_singular('post') && class_exists('Jetpack_RelatedPosts')) { |
|
190 | 190 | ?> |
191 | 191 | <div class="row row-related-posts"> |
192 | 192 | <div class="col-md-12"> |
@@ -196,15 +196,15 @@ discard block |
||
196 | 196 | <?php |
197 | 197 | } |
198 | 198 | } |
199 | -add_action( 'lsx_entry_bottom', 'lsx_related_posts', 10 ); |
|
199 | +add_action('lsx_entry_bottom', 'lsx_related_posts', 10); |
|
200 | 200 | |
201 | 201 | /** |
202 | 202 | * Translate post format to Font Awesome class |
203 | 203 | */ |
204 | 204 | |
205 | -if ( ! function_exists( 'lsx_translate_format_to_fontawesome' ) ) { |
|
206 | - function lsx_translate_format_to_fontawesome( $format ) { |
|
207 | - switch ( $format ) { |
|
205 | +if ( ! function_exists('lsx_translate_format_to_fontawesome')) { |
|
206 | + function lsx_translate_format_to_fontawesome($format) { |
|
207 | + switch ($format) { |
|
208 | 208 | case 'image': |
209 | 209 | $format = 'camera'; |
210 | 210 | break; |
@@ -249,45 +249,45 @@ discard block |
||
249 | 249 | * to be added/modified where necessary. |
250 | 250 | */ |
251 | 251 | |
252 | -if ( ! function_exists( 'lsx_portfolio_meta' ) ) { |
|
252 | +if ( ! function_exists('lsx_portfolio_meta')) { |
|
253 | 253 | function lsx_portfolio_meta() { |
254 | 254 | ?> |
255 | 255 | <div id="portfolio-meta" class="portfolio-meta info-box-sticky info-box sticky-wrapper"> |
256 | 256 | <?php |
257 | - $client = get_post_meta(get_the_ID(),'lsx-client',true); |
|
258 | - if(false != $client){ ?> |
|
257 | + $client = get_post_meta(get_the_ID(), 'lsx-client', true); |
|
258 | + if (false != $client) { ?> |
|
259 | 259 | <div class="portfolio-client"> |
260 | - <span><span class="fa fa-user"></span><?php esc_html_e( 'Client','lsx' ); ?></span> |
|
261 | - <span><?php echo esc_html( $client ); ?></span> |
|
260 | + <span><span class="fa fa-user"></span><?php esc_html_e('Client', 'lsx'); ?></span> |
|
261 | + <span><?php echo esc_html($client); ?></span> |
|
262 | 262 | </div> |
263 | 263 | <?php } ?> |
264 | 264 | |
265 | 265 | <?php |
266 | - $portfolio_type = get_the_term_list( get_the_ID(), 'jetpack-portfolio-type', '', ', ', '' ); |
|
266 | + $portfolio_type = get_the_term_list(get_the_ID(), 'jetpack-portfolio-type', '', ', ', ''); |
|
267 | 267 | |
268 | - if($portfolio_type){ |
|
268 | + if ($portfolio_type) { |
|
269 | 269 | ?> |
270 | 270 | <div class="portfolio-industry"> |
271 | - <span><span class="fa fa-folder-open"></span><?php esc_html_e( 'Industry', 'lsx' ); ?></span> |
|
272 | - <?php echo wp_kses_post( $portfolio_type ); ?> |
|
271 | + <span><span class="fa fa-folder-open"></span><?php esc_html_e('Industry', 'lsx'); ?></span> |
|
272 | + <?php echo wp_kses_post($portfolio_type); ?> |
|
273 | 273 | </div> |
274 | 274 | <?php } ?> |
275 | 275 | |
276 | 276 | <?php |
277 | - $services = get_the_term_list( get_the_ID(), 'jetpack-portfolio-tag', '', ', ', '' ); |
|
278 | - if(false != $services){ ?> |
|
277 | + $services = get_the_term_list(get_the_ID(), 'jetpack-portfolio-tag', '', ', ', ''); |
|
278 | + if (false != $services) { ?> |
|
279 | 279 | <div class="portfolio-services"> |
280 | - <span><span class="fa fa-cog"></span><?php esc_html_e( 'Services', 'lsx' ); ?></span> |
|
281 | - <?php echo wp_kses_post( $services ); ?> |
|
280 | + <span><span class="fa fa-cog"></span><?php esc_html_e('Services', 'lsx'); ?></span> |
|
281 | + <?php echo wp_kses_post($services); ?> |
|
282 | 282 | </div> |
283 | 283 | <?php } ?> |
284 | 284 | |
285 | 285 | <?php |
286 | - $website = esc_url( get_post_meta(get_the_ID(),'lsx-website',true) ); |
|
287 | - if(false != $website){ ?> |
|
286 | + $website = esc_url(get_post_meta(get_the_ID(), 'lsx-website', true)); |
|
287 | + if (false != $website) { ?> |
|
288 | 288 | <div class="portfolio-website"> |
289 | - <span><span class="fa fa-link"></span><?php esc_html_e( 'Website', 'lsx' ); ?></span> |
|
290 | - <a target="_blank" href="<?php echo esc_url( $website ); ?>"><?php echo esc_html( $website ) ?></a> |
|
289 | + <span><span class="fa fa-link"></span><?php esc_html_e('Website', 'lsx'); ?></span> |
|
290 | + <a target="_blank" href="<?php echo esc_url($website); ?>"><?php echo esc_html($website) ?></a> |
|
291 | 291 | </div> |
292 | 292 | <?php } ?> |
293 | 293 | |
@@ -301,29 +301,29 @@ discard block |
||
301 | 301 | * |
302 | 302 | */ |
303 | 303 | |
304 | -if ( ! function_exists( 'lsx_portfolio_gallery' ) ) { |
|
304 | +if ( ! function_exists('lsx_portfolio_gallery')) { |
|
305 | 305 | function lsx_portfolio_gallery() { |
306 | 306 | |
307 | - $media = get_attached_media( 'image' ); |
|
307 | + $media = get_attached_media('image'); |
|
308 | 308 | $media_array = array(); |
309 | 309 | $post_thumbnail_id = get_post_thumbnail_id(get_the_ID()); |
310 | 310 | |
311 | - if(!empty($media)){ |
|
312 | - foreach($media as $media_item){ |
|
313 | - if($post_thumbnail_id != $media_item->ID) { |
|
311 | + if ( ! empty($media)) { |
|
312 | + foreach ($media as $media_item) { |
|
313 | + if ($post_thumbnail_id != $media_item->ID) { |
|
314 | 314 | $media_array[] = $media_item->ID; |
315 | 315 | } |
316 | 316 | } |
317 | 317 | |
318 | - if(!empty($media_array)){ |
|
319 | - echo wp_kses_post( gallery_shortcode( array( 'size' => 'full', 'ids' => implode( ',', $media_array ) ) ) ); |
|
318 | + if ( ! empty($media_array)) { |
|
319 | + echo wp_kses_post(gallery_shortcode(array('size' => 'full', 'ids' => implode(',', $media_array)))); |
|
320 | 320 | } |
321 | 321 | } |
322 | 322 | |
323 | 323 | } |
324 | 324 | } |
325 | 325 | |
326 | -if ( ! function_exists( 'lsx_paging_nav' ) ) : |
|
326 | +if ( ! function_exists('lsx_paging_nav')) : |
|
327 | 327 | /** |
328 | 328 | * Display navigation to next/previous set of posts when applicable. |
329 | 329 | * |
@@ -331,33 +331,33 @@ discard block |
||
331 | 331 | */ |
332 | 332 | function lsx_paging_nav() { |
333 | 333 | // Don't print empty markup if there's only one page. |
334 | - if ( $GLOBALS['wp_query']->max_num_pages < 2 ) { |
|
334 | + if ($GLOBALS['wp_query']->max_num_pages < 2) { |
|
335 | 335 | return; |
336 | 336 | } |
337 | 337 | |
338 | - if(current_theme_supports('infinite-scroll') && class_exists('The_Neverending_Home_Page')){ |
|
338 | + if (current_theme_supports('infinite-scroll') && class_exists('The_Neverending_Home_Page')) { |
|
339 | 339 | return true; |
340 | - }elseif(function_exists('wp_pagenavi')){ |
|
340 | + }elseif (function_exists('wp_pagenavi')) { |
|
341 | 341 | wp_pagenavi(); |
342 | - }else{ |
|
342 | + } else { |
|
343 | 343 | |
344 | 344 | $labels = array( |
345 | - 'next' => '<span class="meta-nav">←</span> '.esc_html__( 'Older posts', 'lsx' ), |
|
346 | - 'previous' => esc_html__( 'Newer posts', 'lsx' ).' <span class="meta-nav">→</span>', |
|
347 | - 'title' => esc_html__( 'Posts navigation', 'lsx' ) |
|
345 | + 'next' => '<span class="meta-nav">←</span> ' . esc_html__('Older posts', 'lsx'), |
|
346 | + 'previous' => esc_html__('Newer posts', 'lsx') . ' <span class="meta-nav">→</span>', |
|
347 | + 'title' => esc_html__('Posts navigation', 'lsx') |
|
348 | 348 | ); |
349 | - $labels = apply_filters('lsx_post_navigation_labels',$labels); |
|
349 | + $labels = apply_filters('lsx_post_navigation_labels', $labels); |
|
350 | 350 | ?> |
351 | 351 | <nav class="navigation paging-navigation" role="navigation"> |
352 | 352 | <div class="lsx-breaker"></div> |
353 | - <h1 class="screen-reader-text"><?php echo esc_html( $labels['title'] ); ?></h1> |
|
353 | + <h1 class="screen-reader-text"><?php echo esc_html($labels['title']); ?></h1> |
|
354 | 354 | <div class="nav-links"> |
355 | - <?php if ( get_next_posts_link() ) : ?> |
|
356 | - <div class="nav-previous"><?php next_posts_link( $labels['next'] ); ?></div> |
|
355 | + <?php if (get_next_posts_link()) : ?> |
|
356 | + <div class="nav-previous"><?php next_posts_link($labels['next']); ?></div> |
|
357 | 357 | <?php endif; ?> |
358 | 358 | |
359 | - <?php if ( get_previous_posts_link() ) : ?> |
|
360 | - <div class="nav-next"><?php previous_posts_link( $labels['previous'] ); ?></div> |
|
359 | + <?php if (get_previous_posts_link()) : ?> |
|
360 | + <div class="nav-next"><?php previous_posts_link($labels['previous']); ?></div> |
|
361 | 361 | <?php endif; ?> |
362 | 362 | |
363 | 363 | <div class="clearfix"></div> |
@@ -368,7 +368,7 @@ discard block |
||
368 | 368 | } |
369 | 369 | endif; |
370 | 370 | |
371 | -if ( ! function_exists( 'lsx_post_nav' ) ) : |
|
371 | +if ( ! function_exists('lsx_post_nav')) : |
|
372 | 372 | /** |
373 | 373 | * Display navigation to next/previous post when applicable. |
374 | 374 | * |
@@ -376,10 +376,10 @@ discard block |
||
376 | 376 | */ |
377 | 377 | function lsx_post_nav() { |
378 | 378 | // Don't print empty markup if there's nowhere to navigate. |
379 | - $previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( false, '', true ); |
|
380 | - $next = get_adjacent_post( false, '', false ); |
|
379 | + $previous = (is_attachment()) ? get_post(get_post()->post_parent) : get_adjacent_post(false, '', true); |
|
380 | + $next = get_adjacent_post(false, '', false); |
|
381 | 381 | |
382 | - if ( ! $next && ! $previous ) { |
|
382 | + if ( ! $next && ! $previous) { |
|
383 | 383 | return; |
384 | 384 | } |
385 | 385 | ?> |
@@ -389,14 +389,14 @@ discard block |
||
389 | 389 | <div class="nav-links pager row"> |
390 | 390 | <div class="previous col-md-6"> |
391 | 391 | <?php |
392 | - $previous_post = get_previous_post_link( '%link', '<p class="nav-links-description">'._x( 'Previous Post', 'Previous post link', 'lsx' ).'</p><h3>%title</h3>' ); |
|
393 | - echo wp_kses_post( $previous_post ); |
|
392 | + $previous_post = get_previous_post_link('%link', '<p class="nav-links-description">' . _x('Previous Post', 'Previous post link', 'lsx') . '</p><h3>%title</h3>'); |
|
393 | + echo wp_kses_post($previous_post); |
|
394 | 394 | ?> |
395 | 395 | </div> |
396 | 396 | <div class="next col-md-6"> |
397 | 397 | <?php |
398 | - $next_post = get_next_post_link( '%link', '<p class="nav-links-description">'._x( 'Next Post', 'Next post link', 'lsx' ).'</p><h3>%title</h3>' ); |
|
399 | - echo wp_kses_post( $next_post ); |
|
398 | + $next_post = get_next_post_link('%link', '<p class="nav-links-description">' . _x('Next Post', 'Next post link', 'lsx') . '</p><h3>%title</h3>'); |
|
399 | + echo wp_kses_post($next_post); |
|
400 | 400 | ?> |
401 | 401 | </div> |
402 | 402 | </div><!-- .nav-links --> |
@@ -412,16 +412,16 @@ discard block |
||
412 | 412 | * @subpackage template-tags |
413 | 413 | * @category header |
414 | 414 | */ |
415 | -if(!function_exists('lsx_site_identity')){ |
|
416 | - function lsx_site_identity(){ |
|
415 | +if ( ! function_exists('lsx_site_identity')) { |
|
416 | + function lsx_site_identity() { |
|
417 | 417 | |
418 | - if ( function_exists('has_custom_logo') && has_custom_logo() ) { |
|
418 | + if (function_exists('has_custom_logo') && has_custom_logo()) { |
|
419 | 419 | the_custom_logo(); |
420 | - }elseif ( function_exists( 'jetpack_has_site_logo' ) && jetpack_has_site_logo() ) { |
|
420 | + }elseif (function_exists('jetpack_has_site_logo') && jetpack_has_site_logo()) { |
|
421 | 421 | jetpack_the_site_logo(); |
422 | - }else{ |
|
422 | + } else { |
|
423 | 423 | // shouldn't show both together.. its just strange |
424 | - if(true == get_theme_mod('site_logo_header_text',1)){ |
|
424 | + if (true == get_theme_mod('site_logo_header_text', 1)) { |
|
425 | 425 | lsx_site_title(); |
426 | 426 | } |
427 | 427 | } |
@@ -436,29 +436,29 @@ discard block |
||
436 | 436 | * @subpackage template-tags |
437 | 437 | * @category navigation |
438 | 438 | */ |
439 | -if(!function_exists('lsx_navbar_header')){ |
|
440 | - function lsx_navbar_header(){ ?> |
|
439 | +if ( ! function_exists('lsx_navbar_header')) { |
|
440 | + function lsx_navbar_header() { ?> |
|
441 | 441 | <div class="navbar-header" itemscope itemtype="http://schema.org/WebPage"> |
442 | 442 | |
443 | 443 | <?php |
444 | - $nav_menu = get_theme_mod('nav_menu_locations',false); |
|
444 | + $nav_menu = get_theme_mod('nav_menu_locations', false); |
|
445 | 445 | //print_r(get_nav_menu_locations()); |
446 | 446 | |
447 | - if(false != $nav_menu && isset($nav_menu['primary']) && 0 != $nav_menu['primary']){ ?> |
|
447 | + if (false != $nav_menu && isset($nav_menu['primary']) && 0 != $nav_menu['primary']) { ?> |
|
448 | 448 | <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".primary-navbar"> |
449 | - <span class="sr-only"><?php esc_html_e( 'Toggle navigation', 'lsx' ); ?></span> |
|
449 | + <span class="sr-only"><?php esc_html_e('Toggle navigation', 'lsx'); ?></span> |
|
450 | 450 | <span class="icon-bar"></span> |
451 | 451 | <span class="icon-bar"></span> |
452 | 452 | <span class="icon-bar"></span> |
453 | 453 | </button> |
454 | - <span class="mobile-menu-title"><?php esc_html_e( 'Menu', 'lsx' ); ?></span> |
|
454 | + <span class="mobile-menu-title"><?php esc_html_e('Menu', 'lsx'); ?></span> |
|
455 | 455 | <?php } ?> |
456 | 456 | <?php lsx_site_identity(); ?> |
457 | 457 | </div> |
458 | 458 | <?php } |
459 | 459 | } |
460 | 460 | //the if statement is for backwards compatability with previous versions of the theme. |
461 | -add_action('lsx_nav_before','lsx_navbar_header'); |
|
461 | +add_action('lsx_nav_before', 'lsx_navbar_header'); |
|
462 | 462 | |
463 | 463 | /** |
464 | 464 | * Outputs the Nav Menu |
@@ -467,16 +467,16 @@ discard block |
||
467 | 467 | * @subpackage template-tags |
468 | 468 | * @category navigation |
469 | 469 | */ |
470 | -if(!function_exists('lsx_nav_menu')){ |
|
471 | - function lsx_nav_menu(){ |
|
472 | - $nav_menu = get_theme_mod('nav_menu_locations',false); |
|
470 | +if ( ! function_exists('lsx_nav_menu')) { |
|
471 | + function lsx_nav_menu() { |
|
472 | + $nav_menu = get_theme_mod('nav_menu_locations', false); |
|
473 | 473 | |
474 | 474 | //print_r(get_nav_menu_locations()); |
475 | 475 | |
476 | - if(false != $nav_menu && isset($nav_menu['primary']) && 0 != $nav_menu['primary']){ ?> |
|
476 | + if (false != $nav_menu && isset($nav_menu['primary']) && 0 != $nav_menu['primary']) { ?> |
|
477 | 477 | <nav class="primary-navbar collapse navbar-collapse"> |
478 | 478 | <?php |
479 | - wp_nav_menu( array( |
|
479 | + wp_nav_menu(array( |
|
480 | 480 | 'theme_location' => 'primary', |
481 | 481 | 'menu' => $nav_menu['primary'], |
482 | 482 | 'depth' => 3, |
@@ -497,7 +497,7 @@ discard block |
||
497 | 497 | * @subpackage template-tags |
498 | 498 | * @category sitemap |
499 | 499 | */ |
500 | -function lsx_sitemap_pages(){ |
|
500 | +function lsx_sitemap_pages() { |
|
501 | 501 | $page_args = array( |
502 | 502 | 'post_type' => 'page', |
503 | 503 | 'posts_per_page'=> 99, |
@@ -505,13 +505,13 @@ discard block |
||
505 | 505 | 'post_type' => 'page', |
506 | 506 | ); |
507 | 507 | $pages = new WP_Query($page_args); |
508 | - if($pages->have_posts()){ |
|
508 | + if ($pages->have_posts()) { |
|
509 | 509 | |
510 | - echo '<h2>' . esc_html__( 'Pages', 'lsx' ) . '</h2>'; |
|
510 | + echo '<h2>' . esc_html__('Pages', 'lsx') . '</h2>'; |
|
511 | 511 | |
512 | 512 | echo '<ul>'; |
513 | - while($pages->have_posts()){ $pages->the_post(); |
|
514 | - echo '<li class="page_item page-item-' . esc_attr( get_the_ID() ) . '"><a href="' . esc_url( get_permalink() ) . '" title="">' . get_the_title() . '</a></li>'; |
|
513 | + while ($pages->have_posts()) { $pages->the_post(); |
|
514 | + echo '<li class="page_item page-item-' . esc_attr(get_the_ID()) . '"><a href="' . esc_url(get_permalink()) . '" title="">' . get_the_title() . '</a></li>'; |
|
515 | 515 | } |
516 | 516 | echo '</ul>'; |
517 | 517 | |
@@ -526,13 +526,13 @@ discard block |
||
526 | 526 | * @subpackage template-tags |
527 | 527 | * @category sitemap |
528 | 528 | */ |
529 | -function lsx_sitemap_custom_post_type(){ |
|
529 | +function lsx_sitemap_custom_post_type() { |
|
530 | 530 | $args = array( |
531 | 531 | 'public' => true, |
532 | 532 | '_builtin' => false |
533 | 533 | ); |
534 | - $post_types = get_post_types($args , 'names'); |
|
535 | - foreach($post_types as $post_type){ |
|
534 | + $post_types = get_post_types($args, 'names'); |
|
535 | + foreach ($post_types as $post_type) { |
|
536 | 536 | |
537 | 537 | $post_type_args = array( |
538 | 538 | 'post_type' => 'page', |
@@ -543,19 +543,19 @@ discard block |
||
543 | 543 | $post_type_items = new WP_Query($post_type_args); |
544 | 544 | |
545 | 545 | $post_type_object = get_post_type_object($post_type); |
546 | - if(null != $post_type_object){ |
|
546 | + if (null != $post_type_object) { |
|
547 | 547 | $title = $post_type_object->labels->name; |
548 | - }else{ |
|
548 | + } else { |
|
549 | 549 | $title = ucwords($post_type); |
550 | 550 | } |
551 | 551 | |
552 | - if($post_type_items->have_posts()){ |
|
552 | + if ($post_type_items->have_posts()) { |
|
553 | 553 | |
554 | - echo '<h2>' . esc_html( $title ) . '</h2>'; |
|
554 | + echo '<h2>' . esc_html($title) . '</h2>'; |
|
555 | 555 | |
556 | 556 | echo '<ul>'; |
557 | - while($post_type_items->have_posts()){ $post_type_items->the_post(); |
|
558 | - echo '<li class="' . esc_attr( get_post_type() ) . '_item ' . esc_attr( get_post_type() ) . '-item-' . esc_attr( get_the_ID() ) . '"><a href="' . esc_url( get_permalink() ) . '" title="">' . get_the_title() . '</a></li>'; |
|
557 | + while ($post_type_items->have_posts()) { $post_type_items->the_post(); |
|
558 | + echo '<li class="' . esc_attr(get_post_type()) . '_item ' . esc_attr(get_post_type()) . '-item-' . esc_attr(get_the_ID()) . '"><a href="' . esc_url(get_permalink()) . '" title="">' . get_the_title() . '</a></li>'; |
|
559 | 559 | } |
560 | 560 | echo '</ul>'; |
561 | 561 | |
@@ -571,20 +571,20 @@ discard block |
||
571 | 571 | * @subpackage template-tags |
572 | 572 | * @category sitemap |
573 | 573 | */ |
574 | -function lsx_sitemap_taxonomy_clouds(){ |
|
574 | +function lsx_sitemap_taxonomy_clouds() { |
|
575 | 575 | |
576 | - $taxonomy_args = array( |
|
576 | + $taxonomy_args = array( |
|
577 | 577 | 'public' => true, |
578 | 578 | '_builtin' => false |
579 | 579 | ); |
580 | 580 | $taxonomies = get_taxonomies($taxonomy_args); |
581 | - if(!empty($taxonomies)){ |
|
582 | - foreach($taxonomies as $taxonomy_id => $taxonomy) { |
|
581 | + if ( ! empty($taxonomies)) { |
|
582 | + foreach ($taxonomies as $taxonomy_id => $taxonomy) { |
|
583 | 583 | |
584 | - $tag_cloud = wp_tag_cloud(array('taxonomy'=>$taxonomy_id,'echo'=>false)); |
|
585 | - if(null != $tag_cloud){ |
|
586 | - echo '<h2>' . esc_html( $taxonomy ) . '</h2>'; |
|
587 | - echo '<aside id="' . esc_attr( $taxonomy_id ) . '" class="widget widget_' . esc_attr( $taxonomy_id ) . '">' . esc_html( $tag_cloud ) . '</aside>'; |
|
584 | + $tag_cloud = wp_tag_cloud(array('taxonomy'=>$taxonomy_id, 'echo'=>false)); |
|
585 | + if (null != $tag_cloud) { |
|
586 | + echo '<h2>' . esc_html($taxonomy) . '</h2>'; |
|
587 | + echo '<aside id="' . esc_attr($taxonomy_id) . '" class="widget widget_' . esc_attr($taxonomy_id) . '">' . esc_html($tag_cloud) . '</aside>'; |
|
588 | 588 | } |
589 | 589 | } |
590 | 590 | } |
@@ -597,15 +597,15 @@ discard block |
||
597 | 597 | * @subpackage hooks |
598 | 598 | * @category forms |
599 | 599 | */ |
600 | -add_action( 'lsx_footer_before', 'lsx_footer_subscription_cta', 10 ); |
|
600 | +add_action('lsx_footer_before', 'lsx_footer_subscription_cta', 10); |
|
601 | 601 | function lsx_footer_subscription_cta() { |
602 | - if(!function_exists('lsx_is_form_enabled')){ return; } |
|
602 | + if ( ! function_exists('lsx_is_form_enabled')) { return; } |
|
603 | 603 | $subscribe_form_id = lsx_is_form_enabled('subscribe'); |
604 | - if(false == $subscribe_form_id) { return; } |
|
604 | + if (false == $subscribe_form_id) { return; } |
|
605 | 605 | |
606 | 606 | //add Caldera Forms Fields Scripts |
607 | - if( defined( 'CFCORE_VER' ) ){ |
|
608 | - wp_enqueue_script( 'cf-frontend-fields', CFCORE_URL . 'assets/js/fields.min.js', array('jquery'), CFCORE_VER ); |
|
607 | + if (defined('CFCORE_VER')) { |
|
608 | + wp_enqueue_script('cf-frontend-fields', CFCORE_URL . 'assets/js/fields.min.js', array('jquery'), CFCORE_VER); |
|
609 | 609 | } |
610 | 610 | |
611 | 611 | ?> |
@@ -613,8 +613,8 @@ discard block |
||
613 | 613 | <div class="container"> |
614 | 614 | <div class="row"> |
615 | 615 | <div class="col-md-12"> |
616 | - <h2><?php esc_html_e( 'Subscribe to Our Newsletter', 'lsx' ); ?></h2> |
|
617 | - <?php echo do_shortcode( '[caldera_form id="'.$subscribe_form_id.'"]' ); ?> |
|
616 | + <h2><?php esc_html_e('Subscribe to Our Newsletter', 'lsx'); ?></h2> |
|
617 | + <?php echo do_shortcode('[caldera_form id="' . $subscribe_form_id . '"]'); ?> |
|
618 | 618 | </div> |
619 | 619 | </div> |
620 | 620 | </div> |
@@ -630,13 +630,13 @@ discard block |
||
630 | 630 | * @category menu |
631 | 631 | */ |
632 | 632 | function lsx_add_top_menu() { |
633 | - if ( has_nav_menu( 'top-menu' ) || has_nav_menu(' top-menu-left' ) ) : ?> |
|
633 | + if (has_nav_menu('top-menu') || has_nav_menu(' top-menu-left')) : ?> |
|
634 | 634 | <div id="top-menu" class="<?php lsx_top_menu_classes(); ?>"> |
635 | 635 | <div class="container"> |
636 | - <?php if ( has_nav_menu( 'top-menu' ) ) : ?> |
|
636 | + <?php if (has_nav_menu('top-menu')) : ?> |
|
637 | 637 | <nav class="top-menu"> |
638 | 638 | <?php |
639 | - wp_nav_menu( array( |
|
639 | + wp_nav_menu(array( |
|
640 | 640 | 'theme_location' => 'top-menu', |
641 | 641 | 'walker' => new Lsx_Bootstrap_Navwalker()) |
642 | 642 | ); |
@@ -644,10 +644,10 @@ discard block |
||
644 | 644 | </nav> |
645 | 645 | <?php endif; ?> |
646 | 646 | |
647 | - <?php if ( has_nav_menu( 'top-menu-left' ) ) : ?> |
|
647 | + <?php if (has_nav_menu('top-menu-left')) : ?> |
|
648 | 648 | <nav class="top-menu pull-left"> |
649 | 649 | <?php |
650 | - wp_nav_menu( array( |
|
650 | + wp_nav_menu(array( |
|
651 | 651 | 'theme_location' => 'top-menu-left', |
652 | 652 | 'walker' => new Lsx_Bootstrap_Navwalker()) |
653 | 653 | ); |
@@ -658,7 +658,7 @@ discard block |
||
658 | 658 | </div> |
659 | 659 | <?php endif; |
660 | 660 | } |
661 | -add_action( 'lsx_header_top', 'lsx_add_top_menu' ); |
|
661 | +add_action('lsx_header_top', 'lsx_add_top_menu'); |
|
662 | 662 | |
663 | 663 | /** |
664 | 664 | * Checks if a caldera form with your slug exists |
@@ -667,24 +667,24 @@ discard block |
||
667 | 667 | * @subpackage template-tag |
668 | 668 | * @category forms |
669 | 669 | */ |
670 | -if ( class_exists('Caldera_Forms') && !function_exists( 'lsx_is_form_enabled' ) ) { |
|
670 | +if (class_exists('Caldera_Forms') && ! function_exists('lsx_is_form_enabled')) { |
|
671 | 671 | function lsx_is_form_enabled($slug = false) { |
672 | - if(false == $slug){ return false; } |
|
672 | + if (false == $slug) { return false; } |
|
673 | 673 | |
674 | 674 | $match = false; |
675 | - $forms = get_option( '_caldera_forms' , false ); |
|
676 | - if(false !== $forms ) { |
|
677 | - foreach($forms as $form_id=>$form_maybe){ |
|
678 | - if( trim(strtolower($slug)) == strtolower($form_maybe['name']) ){ |
|
675 | + $forms = get_option('_caldera_forms', false); |
|
676 | + if (false !== $forms) { |
|
677 | + foreach ($forms as $form_id=>$form_maybe) { |
|
678 | + if (trim(strtolower($slug)) == strtolower($form_maybe['name'])) { |
|
679 | 679 | $match = $form_id; |
680 | 680 | break; |
681 | 681 | } |
682 | 682 | } |
683 | 683 | } |
684 | - if( false === $match ){ |
|
685 | - $is_form = Caldera_Forms::get_form( strtolower( $slug ) ); |
|
686 | - if( !empty( $is_form ) ){ |
|
687 | - return strtolower( $slug ); |
|
684 | + if (false === $match) { |
|
685 | + $is_form = Caldera_Forms::get_form(strtolower($slug)); |
|
686 | + if ( ! empty($is_form)) { |
|
687 | + return strtolower($slug); |
|
688 | 688 | } |
689 | 689 | } |
690 | 690 | |
@@ -700,10 +700,10 @@ discard block |
||
700 | 700 | * @category urls |
701 | 701 | */ |
702 | 702 | function lsx_get_my_url() { |
703 | - if ( ! preg_match( '/<a\s[^>]*?href=[\'"](.+?)[\'"]/is', get_the_content(), $matches ) ) |
|
703 | + if ( ! preg_match('/<a\s[^>]*?href=[\'"](.+?)[\'"]/is', get_the_content(), $matches)) |
|
704 | 704 | return false; |
705 | 705 | |
706 | - return esc_url_raw( $matches[1] ); |
|
706 | + return esc_url_raw($matches[1]); |
|
707 | 707 | } |
708 | 708 | |
709 | 709 | /** |
@@ -713,19 +713,19 @@ discard block |
||
713 | 713 | * @subpackage extras |
714 | 714 | * @category urls |
715 | 715 | */ |
716 | -function lsx_get_template_part($slug,$part) { |
|
716 | +function lsx_get_template_part($slug, $part) { |
|
717 | 717 | $template = array(); |
718 | 718 | $part = (string) $part; |
719 | - if ( '' !== $part ){ |
|
719 | + if ('' !== $part) { |
|
720 | 720 | $template = "{$slug}-{$part}.php"; |
721 | - }else{ |
|
721 | + } else { |
|
722 | 722 | $template = "{$slug}.php"; |
723 | 723 | } |
724 | - $file_path = apply_filters('lsx_content_path',false,$slug,$part); |
|
724 | + $file_path = apply_filters('lsx_content_path', false, $slug, $part); |
|
725 | 725 | |
726 | - if ( false !== $file_path && '' == locate_template( array( $template ) ) && file_exists( $file_path.$template) ) { |
|
727 | - load_template( $file_path.$template, false ); |
|
728 | - }else{ |
|
729 | - get_template_part($slug,$part); |
|
726 | + if (false !== $file_path && '' == locate_template(array($template)) && file_exists($file_path . $template)) { |
|
727 | + load_template($file_path . $template, false); |
|
728 | + } else { |
|
729 | + get_template_part($slug, $part); |
|
730 | 730 | } |
731 | 731 | } |
732 | 732 | \ No newline at end of file |