Quote:
Originally Posted by ownedbycats
Alternately to {title}, I use this to display the first letter of the title.
Code:
{title_sort:'contains(t=uppercase(re($, '^\W*(\w).*$','\1')), '\d', '0-9', t)'}
Attachment 197665
|
This is a thing of beauty. This is what I'm going to try to do.