post_author; $thebusiness_home_blog_title = $thebusiness_customizer_all_values['thebusiness-home-blog-title']; $thebusiness_home_blog_sub_title = $thebusiness_customizer_all_values['thebusiness-home-blog-sub-title']; $thebusiness_home_blog_button_text = $thebusiness_customizer_all_values['thebusiness-home-blog-button-text']; $thebusiness_home_blog_button_link = $thebusiness_customizer_all_values['thebusiness-home-blog-button-link']; $thebusiness_home_blog_single_words = absint( $thebusiness_customizer_all_values['thebusiness-home-blog-single-words'] ); $thebusiness_home_blog_category = $thebusiness_customizer_all_values['thebusiness-home-blog-category']; if( 1 != $thebusiness_customizer_all_values['thebusiness-home-blog-enable'] ){ return null; } ?>

'post', 'posts_per_page' => 3, 'cat' => $thebusiness_home_blog_category, ); $thebusiness_home_about_post_query = new WP_Query($thebusiness_home_blog_args); if ($thebusiness_home_about_post_query->have_posts()) : while ($thebusiness_home_about_post_query->have_posts()) : $thebusiness_home_about_post_query->the_post(); if(has_post_thumbnail()){ $thumb = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'thebusiness-sticky-post' ); $url = $thumb['0']; } else{ $url = get_template_directory_uri().'/assets/img/ln-pic1.jpg'; } ?>