true, '_builtin' => false ); $post_types=get_post_types($args,'names','and'); foreach ($post_types as $post_type ) { add_meta_box('post-box' . $i, 'Aspen Options For This Post', 'aspen_post_extras', $post_type, 'normal', 'high'); $i++; } } function aspen_isp_true($val) { if ($val) return true; return false; } function aspen_page_checkbox($opt, $msg, $br = 0) { global $post; /* if (get_post_meta($post->ID, $opt, true)) { echo " checked='checked' ";} ?> /> */ ?>