try this
'ad_cat' => 'adoptions'
query_posts(array('post_type' => 'ad_listing', 'caller_get_posts' => 1, 'paged' => $paged, 'orderby' => DESC, 'ad_cat' => 'adoptions'));
try this
'ad_cat' => 'adoptions'
query_posts(array('post_type' => 'ad_listing', 'caller_get_posts' => 1, 'paged' => $paged, 'orderby' => DESC, 'ad_cat' => 'adoptions'));