Advanced Custom Fields
-
I am using the Advanced Custom Fields plugin.
If I create a TEXT custom field called “color” then I can obtain a list of pages for which the custom field has a value of “red” with
[pagelist_ext meta_key="color" meta_value="red"]
However, if I create a CHECKBOX custom field with the option values of “red” and “blue” then the the above shortcode doesn’t work. I’m assuming this is because the values are stored in an array.
Is there a way of getting this to work?
- The topic ‘Advanced Custom Fields’ is closed to new replies.