ID, '_kad_blog_carousel_title', true ); if(!empty($text)) { echo '

'.esc_html($text).'

'; } else { echo '

'.__('Similar Posts', 'pinnacle').'

'; } ?>
ID); if ($categories) { $category_ids = array(); foreach($categories as $individual_category) { $category_ids[] = $individual_category->term_id; } } $temp = $wp_query; $wp_query = null; $wp_query = new WP_Query(); $wp_query->query(array( 'category__in' => $category_ids, 'orderby' => 'rand', 'post__not_in' => array($post->ID), 'posts_per_page' =>6 )); if ( $wp_query ) : while ( $wp_query->have_posts() ) : $wp_query->the_post(); ?>