array( 'portfolios' ),
'post__not_in' => array($post->ID),
'posts_per_page'=> 3
);
// The Query
$ariana_port_query = new WP_Query( $args );
// The Loop
if ( $ariana_port_query->have_posts() ) {
while ( $ariana_port_query->have_posts() ) {
$ariana_port_query->the_post();
$ariana_id = get_the_ID();
$ariana_port_image = wp_get_attachment_image_src(get_post_thumbnail_id($ariana_id),'ariana_image_1200_800');
?>
' , '');?>