[Resolved] Radio type options not showing in custom fields
The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 7 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.
Hey Shane,
thanks for your reply. I will provide 4 screenshots. 2 called "originals" showing the result without the workaround, missing the radio buttons under the custom field group title. The other 2 "with_workaround" showing the clickable options of the radio field as well.
thanks! This is good to know and brought me to an explication. I used the filter hook "wpt_field_options" to populate select fields with values from another CPT. Like this:
As the $type argument in the "apply_filters" is set to "select" in class.radios.php and class.select.php I got this result with the radio fields. I am really sorry to have overseen this.