• Hello! Thank you for this great plugin.
    We have more than 1000 authors, and would like to ask is it possible somehow to create an alphabetical listing instead of paginating them?

    Thank you!
    Daniel

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @danniemite

    You’re welcome.

    If I understood correctly you want to make an alphabetical list (A-Z) and for each letter show the authors whose name starts with the letter, is that correct?

    There is a parameter named “name_starts_with” which you can use. Example:

    <h2>A</h2>
    [authors_list name_starts_with="a"]
    
    <h2>B</h2>
    [authors_list name_starts_with="b"]
    
    <h2>C</h2>
    [authors_list name_starts_with="c"]
    
    ...and so on
    Thread Starter danniemite

    (@danniemite)

    Yes, but we have more than a thousand author, so the page load would be a heavy load this way. The best would be if the letters of the alphabet would be links (on the bottom) which are linking to the pages that contains the authors with the starting letter.

    Plugin Author WPKube

    (@wpkube)

    Hi @danniemite

    If using a caching plugin it shouldn’t be much of an issue.

    Otherwise, the only way would be handle it manually. Create pages for every letter with the shortcode for that letter. Then create a page which lists all the letters and link them to corresponding pages.

    You can make the authors pages be child pages of the page with the letters, that way the URLS would be like example.com/authors/a example.com/authors/b and so on

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Alphabetical pagination’ is closed to new replies.