• Hi,
    First of all I want to thank you for this plugin. It has made my life a lot easier.
    I’m developing a website where I need to show a list of authors by their names. I have these links at the top of the page: | A-G | | H-N | | O-Z | so you can choose authors from one letter to another. I’ve tried with name_starts_with but it seems that it only admits one value.
    Is there a way to achieve what I need?

    Thank you very much in advance for your answer and congratulations for this fantastic plugin.

Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @yagoaviles

    You’re welcome, happy to hear that.

    At the moment the only approach is to have separate shortcode calls for each of the letters.

    [authors_list name_starts_with="a"]
    [authors_list name_starts_with="b"]
    [authors_list name_starts_with="c"]
    ...
Viewing 1 replies (of 1 total)
  • The topic ‘List of authors from one letter to another’ is closed to new replies.