Custom Radio Helptext
Author | Posts |
---|---|
May 22, 2013 at 5:57 am 3961 | |
No, Helptext will displayed. Bug? | |
May 22, 2013 at 6:21 am 3962 | |
Seems like the help text left out :-/ So until the official update comes out, you can copy paste the help text code in the | |
May 26, 2013 at 3:00 pm 4222 | |
Not working. | |
May 27, 2013 at 10:28 am 4232 | |
Are you sure you’ve put the help text? It’s working fine here. | |
May 27, 2013 at 12:07 pm 4240 | |
Right? | |
May 28, 2013 at 2:11 am 4257 | |
Yes. [php] if ( $post_id ) { <div class="wpuf-fields"> <span data-required="<?php echo $attr[‘required’] ?>" data-type="radio"></span> <?php <label> <span class="wpuf-help"><?php echo $attr[‘help’]; ?></span> <?php |