Example #1
0
<?php

/* 
Template Name: Three Column Portfolio
*/
get_header();
$meta = icore_get_multimeta(array('Subheader'));
?>
<div id="entry-full">
    <div id="page-top">	 
    	<h1 class="title"><?php 
the_title();
?>
</h1>
    	<?php 
if (isset($meta['Subheader']) && $meta['Subheader'] != '') {
    ?>
        	<span class="subheader"><?php 
    echo $meta['Subheader'];
    ?>
</span>
    	<?php 
}
?>
    </div> <!-- #page-top  -->

	<div id="left" class="full-width">
		
		<?php 
if (have_posts()) {
    while (have_posts()) {
Example #2
0
function thumb($width, $height, $align)
{
    $meta = icore_get_multimeta(array('Thumbnail', 'Height', 'Width', 'Video', 'Align'));
}