Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Template Name: VTN Members Page Template
*/
get_header(); ?>
<!-- begin colLeft -->
<!--<div id="colLeft">-->
@randombell
randombell / full-spec.php
Created May 16, 2012 19:00
simple-spec.php file with custom post type defined
<?php
$full_mb = new WPAlchemy_MetaBox(array
(
'id' => '_full_meta',
'title' => 'Full Inputs',
'types' => array('movies'), // added only for pages and to custom post type "events"
'context' => 'normal', // same as above, defaults to "normal"
'priority' => 'high', // same as above, defaults to "high"
'template' => get_stylesheet_directory() . '/metaboxes/full-meta.php'