'abt_testimonials',
'no_found_rows' => true,
'post__not_in' => get_option( 'sticky_posts' ),
'ignore_sticky_posts' => true,
'order' => 'DESC',
);
$all_posts = new WP_Query( $query_args );
if ( $all_posts->have_posts() ) :
while( $all_posts->have_posts() ):$all_posts->the_post();
$custom = get_post_custom(get_the_ID());
?>