ID );
$args = array(
'posts_per_page' => -1,
'exclude' => $post->ID,
'post_type' => $post_type
);
$myposts = get_posts( $args );
// Nonce name needed to verify where the data originated
wp_nonce_field( 'my_arpmeta_noncename', 'arpmeta_noncename' );
?>