Hi all,
Quick one for you – i’m looking to add an A-Z list to a mental health website, and have each condition linked to it’s own page.
It would be something similar to Very Well’s A-Z page ([https://www.verywellhealth.com/health-a-z-4014770](https://www.verywellhealth.com/health-a-z-4014770))
Is this even possible with getting into coding?
I did find this plugin: [https://en-ca.wordpress.org/plugins/a-z-listing/](https://en-ca.wordpress.org/plugins/a-z-listing/), just not sure if anyone has ever done this a different way.
Truly do appreciate any replies in advance
The plugin you found is the best solution for you, the only other options are finding a theme with the feature builtin or coding it yourself.
Depends if you have a budget.
[https://barn2.com/blog/wordpress-alphabetical-index/](https://barn2.com/blog/wordpress-alphabetical-index/)
[https://wpdatatables.com/](https://wpdatatables.com/)
Various solutions exist.
Also depends on your theme. With ACF and Oxygen or Bricks – you could do this without code. For example, you could use ACF to add a field to categories – and in the field put the letter (e.g. category Animals, letter=A).
It’s a bit hacky, but then you just find and order by the ACF field – which saves having to do anything clever to find all categories starting with A.