Esempio n. 1
0
function premise_the_optin_below_copy($postId = null)
{
    echo apply_filters('the_content', premise_get_optin_below_copy($postId), $postId);
}
Esempio n. 2
0
?>

			<div style="width: <?php 
echo $entryOptinWidth;
?>
px;" class="entry-optin entry-optin-align-<?php 
premise_the_optin_align();
?>
">
				<?php 
premise_the_optin_form_code();
?>
				<?php 
if (premise_get_optin_align() != 'center') {
    ?>
				<?php 
    echo apply_filters('the_content', premise_get_optin_copy());
    ?>
				<?php 
}
?>
				<span class="clear"></span>
			</div>
			<div class="entry-content"><?php 
echo apply_filters('the_content', premise_get_optin_below_copy());
?>
</div>
		</div>
	</div><!-- end #content -->
	<?php 
get_footer();