- Date:
- Company: YazminMedia
- Job Position: Programming
- Job Location: Atlanta, GA
I need two modifications to the Custom Field Template plugin (http://wordpress.org/extend/plugins/custom-field-template/).
1. Custom Field Template uses the number symbol (#) character to separate default values in the template content options. I’d like to change that to the pip symbol (|).
2. Instead of storing the default values as separate entries in the database, like so:
meta_id post_id meta_key meta_value
————————————————————–
610 810 item_attr_Colour Green
611 810 item_attr_Colour Pink
612 810 item_attr_Colour Orange Print
I’d like to store them all in one entry, like so:
meta_id post_id meta_key meta_value
————————————————————–
610 810 item_attr_Colour Green|Pink|Orange Print
Please contact me if you feel confident you can make this change to the plug-in.
Thanks!