'DESC',
'post_type' => 'sv_resume',
);
$resume_details = new WP_Query();
$resume_details->query( $args );
while ($resume_details->have_posts()) : $resume_details->the_post(); ?>
Objective
'DESC',
'post_type' => 'sv_schools',
);
$resume_schools = new WP_Query();
$resume_schools->query( $args );
?>
have_posts()) : $resume_schools->the_post();
$sv_school_meta = get_post_custom( $post->ID );
//var_dump( $sv_job_meta );
?>
-