<?php query_posts( 'cat=16'); ?>
<?php if ( have_posts() )
while ( have_posts() ) : the_post(); ?>
<?php print_custom_field('time'); ?>
<?php the_title(); ?>
<?php endwhile;?>
this is my query I want the post is order by custom field 'time' in ASC