Create alphabetical Pagination in wordpress
        Posted  
        
            by 
                user1870689
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1870689
        
        
        
        Published on 2012-12-02T17:45:18Z
        Indexed on 
            2012/12/09
            5:05 UTC
        
        
        Read the original article
        Hit count: 361
        
I need to display list of names with alphabetical pagination in wordpress.
Example.... when B is selected..
A B C D...X Y Z
Bassil | Bastien | Belta | Billy | Bynoo
and when i click A, i need only names starting with A...
I found this code on PasteBin ... but it create the full list,
I need all letters to appear like A B C D ..... X Y Z ........... and only display names with starting letter selected...
© Stack Overflow or respective owner