Ejemplo n.º 1
0
<div class="widget aligncenter">
	<div class="widget-title">
		<h1 class="nomargin aligncenter"><?php 
the_title();
?>
</h1>
	</div>
	<div class="plan-preview">
		<?php 
$price = ThemexCourse::getPlanPrice($post->ID);
if (!empty($price)) {
    ?>
		<div class="plan-price product-price">
			<?php 
    echo $price;
    ?>
		</div>
		<?php 
}
?>
		
		<div class="plan-description">
			<?php 
the_content();
?>
		</div>
		<?php 
if (!ThemexWoo::isCheckout()) {
    ?>
		<footer class="plan-footer">
			<form action="<?php