johannesress
2/8/2014 - 7:36 AM

Wpalchemy - displaying custom meta data from a metabox

Wpalchemy - displaying custom meta data from a metabox

<?php
  global $nameOfMetaBox_mb;
	$collection = $nameOfMetaBox_mb->the_meta();
	
	echo $collection['item']
?>