Skip to content

Setup Install Custom Meta Boxes

Matthew Haines-Young edited this page Sep 24, 2013 · 1 revision

Include the custom-meta-boxes.php framework file.

To include as part of your theme

  • Add the CMB directory to your theme directory.

  • Include the custom-meta-boxes.php file. See example usage below.

      // Add to functions.php.
      require_once( 'Custom-Meta-Boxes/custom-meta-boxes.php' );
    

Add as an MU Plugin

Add your meta boxes.