By ecksley on
In Views 1 is there a way for nodes to be sorted alphabetically by title without including words like "The" at the beginning?
I considered Views Custom field and was able to create a field that stripped off preceding "The"s where they occurred. However, the Views Custom field value does not appear to be an option within sort criteria.
Thank you for your thoughts!
Comments
VNS
http://drupal.org/project/views_natural_sort could well be what you're looking for.
Thank you B747!
Thank you B747!
I'm maintaining a site in D5 so that won't work, but it's great to know for all the new sites I build.
Here is what I ended up doing it for those that care:
What a pain. Thanks again for the response!