postmeta.meta_key FROM $wpdb->postmeta WHERE $wpdb->postmeta.meta_key NOT LIKE '\_%' AND $wpdb->postmeta.meta_value NOT LIKE '%{%' AND $wpdb->postmeta.meta_value!='' GROUP BY $wpdb->postmeta.meta_key ORDER BY $wpdb->postmeta.meta_key ASC"; $args = array( 'posts_per_page' => -1, 'offset' => 0, 'category' => '', 'category_name' => '', 'orderby' => 'title', 'order' => 'ASC', 'include' => '', 'exclude' => '', 'meta_key' => '', 'meta_value' => '', 'post_type' => 'page', 'post_mime_type' => '', 'post_parent' => '', 'author' => '', 'post_status' => 'publish', 'suppress_filters' => true ); $allowed_pages = get_posts($args); $ap_implementation = get_option('ap_implementation'); require_once('languages.php'); $dom_selectors = array( '#main'=>'#main', '#primary'=>'#primary', '#content'=>'#content' ); $ap_styles = array( 'ap_gogowords'=>'Gogo Words', 'ap_chess'=>'AP Chess', 'ap_classic'=>'AP Classic', 'ap_mahjong'=>'AP Mahjong' ); if($ap_customp){ $ap_styles['ap_miami'] = 'AP Miami'; } ksort($ap_styles); $ap_classes = implode(' ', array_keys($ap_styles)); $ap_taxonomies = get_taxonomies(); $stored_tax = get_option('ap_tax'); $stored_langs = get_option('ap_lang'); $ap_where_meta = get_option('ap_where_meta'); $ap_allowed_pages = get_option('ap_allowed_pages', array()); $ap_allowed_pages = is_array($ap_allowed_pages)?$ap_allowed_pages:array(); if(empty($ap_taxonomies)) $ap_taxonomies = array(); if(empty($stored_tax)) $stored_tax = array(); if(empty($stored_langs) || !is_array($stored_langs)) $stored_langs = array(); $dom_default = false; $dom_selected = (get_option('ap_dom')==''?false:true); $ap_all = (get_option('ap_all')==1?true:false); $ap_numeric_sign = (get_option('ap_numeric_sign')==0?false:true); $ap_reset_sign = (get_option('ap_reset_sign')==0?false:true); ?>

Alphabetic Pagination - Settings

Already a Pro Member?
Click here for video tutorial
By default this plugin enables pagination on the default posts page (Settings > Reading).
The following option enables Alphabetical Pagination on all other templates.
Implementation:

   

Shortcode:

Go Premium for Shortcode

[ap_pagination]
or
<?php echo do_shortcode('[ap_pagination]'); ?>


Styles:
Alphabets in?

Layout?

Numeric sign "#" visibility in pagination?

   

View All/Refresh "" icon visiblity?

   

Alphabets Grouping?

   

Save changes to have effect.
Allowed Pages?
Premium Feature
Note: Auto works with only archives, custom can work with any page including archives.
Display on all lists?

   

Note: Multiple taxonomies can be selected.

Note: Multiple items can be selected. Exclude will overwrite include.
get_results($mquery); if(!empty($meta_values)){ //pree($meta_values); ?>
Default: post_title is default column for filtering.
Hide/Show pagination if only one post available?

   

DOM Position?
This is the HTML element where the Alphabetical Pagination will be placed into.

'; ?>   Reset

Language selection?

Video Tutorial:

No Internet Access.



Close >>