Wp-snap was only for post not for custom post types. So in wp-snap Ext you can query paging on custom post type as
<?php if (function_exists(‘wp_snap’))
{ echo wp_snap(”,$post_type=’customPostType’);}?>
and also optimized code for displaying paging in alphabetical order