publish; $args = array( 'post_type' => 'post','posts_per_page'=>$all_posts, 'post__not_in' => get_option( 'sticky_posts' ), 'category_name' => $acura_theme_options['portfolio_category']); $home_port= new WP_Query( $args ); if($home_port->have_posts()){ ?>
have_posts()): $home_port->the_post(); ?>
'img-responsive'); the_post_thumbnail('acura-portfolio_thumb', $data); ?>
<?php echo the_title(); ?>