[Plugin: WP Easy Post Types] Select Lists are displaying empty values?
-
Hi Guys.
I created a custom field with a select list and I entered values. When I go to the custom post type and add new content, the dropdown list shows blank values, but if I look at the source code, the values are defined in there … they’re just not visible.
I’m running the standard wordpress admin theme, so I have no idea what the issue is?
Just to give you an idea of the code being generated:
<div class="field-phone_os field-phone_os"> <span class="label">Operating System</span> <select name="phone_os"> <option value="Android 1.5 Cupcake"></option> <option value="Android 1.6 Donut"></option> <option value="Android 2.1 Eclair"></option> <option value="Android 2.2 Froyo"></option> <option value="Android 3.0 Gingerbread"></option> </select> </div>
Regards
Itai
https://www.ads-software.com/extend/plugins/easy-post-types/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: WP Easy Post Types] Select Lists are displaying empty values?’ is closed to new replies.