low_alphabet_footer printing before loop begins
I'm trying to loop through and sort entries in a channel called "brand_partners" using Low Alphabet. I've set things up much like the examples on the landing page for it, but have run into an issue where a blank entry outputs with the low_alphabet_footer before the loop even runs.
In my screenshots linked below, lines 178-184 should not display as they are before the loop really begins proper.
Screenshots:
http://imgur.com/a/yRyKD
Replies
Low 4 May 2015 18:13
I wonder why line 178 doesn't output a title. It almost looks like there's an entry in your installation that has an empty string as the title somewhere. Can you verify that?
Brandon Sullivan 4 May 2015 18:21
Oh man. That was exactly it. We're importing the data from a CSV and somehow an entry without a title but with the category "BMX" was added. Thank you for your swift reply and simple solution!