Skip to content

Instantly share code, notes, and snippets.

@farinspace
Created March 14, 2012 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farinspace/2037858 to your computer and use it in GitHub Desktop.
Save farinspace/2037858 to your computer and use it in GitHub Desktop.
output
<?php global $custom_checkbox_mb;
$custom_checkbox_mb->the_meta();
if ($custom_checkbox_mb->have_value('cb_ex2')) { ?>
<ul>
<?php while($custom_checkbox_mb->have_fields('cb_ex2')) { ?>
<li><?php $custom_checkbox_mb->the_value(); ?></li>
<?php } ?>
</ul>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment