A, B and C not filtering
Hi
I've got Low Alphabet working for all characters, apart from titles starting with A,B and C which don't yield any results.
This is the code for the A-Z List:
{exp:low_alphabet:azlist channel="memorials" show_empty="yes" numbers="no" alpha_field="title"}{low_alphabet_label} {/exp:low_alphabet:azlist}
and this is the code displaying the entries...
{exp:low_alphabet:entries channel="memorials" alpha_filter="{segment_2}" orderby="last" sort="desc" parse="inward"}
I'm running EE 2.4.0
Any ideas would be appreciated.
Andy
Replies
Low 21 Mar 2012 17:02
Hi Andy,
Any difference if you add dynamic="no" to the low_alphabet:entries tag?
Andy Doran 23 Mar 2012 14:17
Yes indeed, that sorted it : )
Thanks Low