• Resolved Ash

    (@ashgotti)


    Hello,

    I love this plugin but I’ve run into a problem I have configuring a simple checkbox:
    – If it’s checked, I want to display an array of text.

    I have it in the template with the wrapper output filter:
    <?php print_custom_field('emission_testing_blurb', array('<h4>No Appointment Emission Testing Available!</h4><p>*For most cars and light trucks.</p>')); ?>

    But this makes it display regardless of the checked status.

    http://wordpress.org/extend/plugins/custom-content-type-manager/

Viewing 1 replies (of 1 total)
  • Plugin Contributor fireproofsocks

    (@fireproofsocks)

    An array with one element? Methinks you can (should?) restructure this. If you do need this as an array, then just do it in your template with some PHP — add to taste.

Viewing 1 replies (of 1 total)
  • The topic ‘If box is checked, display array?’ is closed to new replies.