ANOTHER REQUEST about adding labels or instructions
Hiroaki, I have another feature request for Custom Fields Template.
Can you add the ability to write more "labels" or "instructions" for my Authors to see, near (above, below, beside) each custom field in the Write Post area?
Currently, and with the old predecessor plugin rc:customfields, I have to use another "fake" custom field just to write the instructions. Because I don't want the instructions to be written and displayed in the KEY.
Example, I use this work-around. I want the Authors to understand what the "Map" field means. You have to put a URL in the map field, for it to work on my site. So I have a second custom field with the key "NOTE Map ABOVE is a hyperlink linking to Google Earth XML map". The only reason for this 2nd field, is just to display the instructions.
[Map]
type = textarea
rows = 3
cols = 40
[NOTE Map ABOVE is a hyperlink enclosed a href tags linking to Google Earth XML map]
type = textarea
rows = 1
cols = 1
I was thinking, maybe you can add a feature called "Label".
Maybe it would work like this:
[Map]
type = textarea
rows = 3
cols = 40
label = "NOTE Map ABOVE is a hyperlink enclosed a href tags linking to Google Earth XML map"
Thank you again for improving this great plugin Hiroaki Miyashita.