Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mansoormunib

    (@mansoormunib)

    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

    Thread Starter phoenixMagoo

    (@phoenixmagoo)

    thank you for the clarification

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Difference Between WP-SNAP and WP-SNAP EXT!’ is closed to new replies.