I have a View content template with a 2 column table listings features for a flatscreen tv.
So it looks like this
3D compatible Yes
Netflix support Yes
etc
Currently I have these as custom checkbox fields but I was just wondering if it was possible to group these in to a hierarchical taxonomy and check them off there and having them display as single values in the table as above? As I see it taxonomies are only inserted listing all check items in one line using
[wpv-post-taxonomy type="3d" separator=", " format="link" show="name" order="asc"]
So I must use custom fields to achieve what I want right?