Modules with meta box implementations
I recently published a meta box class named My Meta Box which takes care of most of the metabox creation and data saving and that was forked out of from Meta Box script by Rilwis. Using the class is simple eg: <?php require_once(“meta-box-class/my-meta-box-class.php”); if (is_admin()){ /* * prefix of meta keys, optional * use underscore … Read more