is there anyone who can atleast reply to this thread??
guys found solution 🙂
$args = array(
'meta_key' => 'distance',
'order' => 'ASC',
);
$points_query = new WP_Query( $args );
while( $points_query->have_posts() ):
$points_query->the_post();
?>
made my life easy 🙂
thanks very much .. i will try that but i appreciate your help