$paged, 'posts_per_page' =>1, 'post_type' => 'work' ); $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) : while ( $the_query->have_posts() ) : $the_query->the_post(); ?>
"; foreach (post_custom('type') as $t) { echo "

".$t."

"; } echo "
"; }else{ echo "
"; echo "

".post_custom('type')."

"; echo "
"; } } ?>
max_num_pages, $paged ,$url); endif; wp_reset_postdata(); ?>