Example #1
0
get_header();
?>
	<div class="large-title bg-<?php 
show_cmb_value('large-title-color');
?>
">
		<div class="wrap">
			<?php 
if (has_cmb_value('large-title-icon')) {
    ?>
			<div class="large-title-icon bg-<?php 
    show_cmb_value('large-title-color');
    ?>
">
				<img src="<?php 
    show_cmb_value('large-title-icon');
    ?>
">
			</div>
			<?php 
}
?>
			<div class="large-title-text">
				<h1><?php 
single_cat_title();
?>
</h1>
			</div>
		</div>
	</div>
<?php

get_header();
?>

	<div id="content" class="wrap group" role="main">
		<div class="sidebar">
			<img src="<?php 
bloginfo('template_url');
?>
/img/sidebar-arrow.png">
			<?php 
show_cmb_value('left_content');
?>
		</div>
		<div class="right-column">
			<?php 
// do post loop
if (have_posts()) {
    while (have_posts()) {
        the_post();
        the_content();
    }
}
?>
		</div>
	</div><!-- #content -->
<?php 
get_footer();