Show links to archive pages based on custom field values
I would recommend using a custom taxonomy for this, not a custom field. You can sort and list archives based on a taxonomy far more easily than by custom fields. However, if you want to list based on the custom field, you’re going to need to modify the arguments sent to query_posts() on your archive … Read more