Example #1
0
        /* print_r( get_post_meta(get_the_ID())); */
        ?>
				<?php 
        if (showSection('gallery')) {
            ?>
				<section class="content-gallery<?php 
            hasBackground('gallery');
            ?>
" style="background-image:url(<?php 
            echoMeta('background', 'gallery');
            ?>
)">
					<div class="inner-content wrap">
						<header class="section-header">
							<h2 class="section-title"><?php 
            echoMeta('title', 'gallery');
            ?>
</h2>
						</header>
						<div class="section-content">
							<?php 
            echo apply_filters('the_content', getMeta('content', 'gallery'));
            ?>
						</div>
					</div>
				</section>
				<?php 
        }
        /* </content-gallery> */
        ?>
				<?php 
Example #2
0
        /* </content-four> */
        ?>
				<?php 
        if (showSection('5')) {
            ?>
				<section class="content-five<?php 
            echo getMeta('parallax', '5') ? ' PARALLAX bg-parallax' : ' bg-repeat';
            ?>
" style="background-image:url(<?php 
            echoMeta('background', '5');
            ?>
)">
					<div class="inner-content wrap">
						<header class="section-header">
							<h2 class="section-title"><?php 
            echoMeta('title', '5');
            ?>
</h2>
						</header>
						<?php 
            echo apply_filters('the_content', getMeta('content', '5'));
            ?>
					</div>
				</section>
				<?php 
        }
        /* </content-five> */
        ?>
				<?php 
    }
}