ID, '_kad_portfolio_carousel_title', true ); if( $text != '') { echo '

'.$text.'

'; } else {echo '

'.__('Recent Projects', 'virtue').'

';} ?>
query(array( 'orderby' => 'date', 'order' => 'DESC', 'post_type' => 'portfolio', 'posts_per_page' => '8')); $count = 0; if ( $wp_query ) : while ( $wp_query->have_posts() ) : $wp_query->the_post(); ?>
ID ) ) { $image_url = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' ); $thumbnailURL = $image_url[0]; $image = aq_resize($thumbnailURL, $slidewidth, $slideheight, true); if(empty($image)) {$image = $thumbnailURL;}?>
<?php the_title(); ?>