I'm wondering if it's possible to have Custom Fields with 2 values in WordPress posts...
Here are two examples:
For example if I want to have
a field named "projects"
with two values
value 1 "name"
value 2 "url"
Is it possible to do that?
BTW, I know I can do projects_name & projects_url in separate fields but that's something that doesn't suit my needs.

