[Plugin: Front-end Editor] add post_meta type checkbox
-
Hi!
I tryed to add a checkbox for post_meta. My code:
<?php editable_post_meta( get_the_ID(), 'drift', array( 'type' => 'checkbox', 'values' => array( 'val_1' => 'Bensin', 'val_2' => 'Diesel', 'val_3' => 'Elektrisk', 'val_4' => 'Batteri' ) ) ); ?>But it doesn´t work and the wiki doesnt show up a exemple. What did wrong?
Thanks for help!
Markus
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Plugin: Front-end Editor] add post_meta type checkbox’ is closed to new replies.