custom post type with custom attributes/parameters?
-
Is there a way, or can someone point me to a how-to, that will allow me to add custom post fields to a custom post type? Similar to custom-fields but more explicit with their own label and input field.
In other words, within the admin UI I can create a custom post type of say “Product.” When I add a product (Add New) in addition to title, media, and content fields I’d like fields with labels of “Price,” “Sell Price,” “Quantity on hand,” “Manufacturer,” “Model Number,” … etc. but WITHOUT using the custom-fields way of entering these values. Using custom fields under the covers is fine, but I’d like a cleaner way of entering their values that isn’t so tedious as the current UI is for custom fields. I’d really like it to be within the UI for each of the parameters.
Any help is appreciated!
- The topic ‘custom post type with custom attributes/parameters?’ is closed to new replies.