Imagine you have a weblog that has the custom field “eye_color.” To get a list of all the colors submitted you would use the code:
{exp:weblog:entries weblog="xxxxx"}
{eye_color}
{/exp:weblog:entries}With the above code, you are bound to get a list with several entries for brown, blue, green, etc.
Is there a way to code this so that each color only appears once in the list? In other words, no identical data is repeated.