예제 #1
0
_e('Description', 'academy');
?>
</h4>
		</div>
		<div class="widget-content">
			<?php 
the_content();
?>
			<footer class="course-footer">
				<?php 
get_template_part('module', 'form');
?>
			</footer>
		</div>						
	</div>
</div>
<?php 
if (ThemexCourse::hasMembers() || is_active_sidebar('course') || !empty(ThemexCourse::$data['sidebar'])) {
    ?>
<aside class="sidebar threecol column last">
	<?php 
    echo do_shortcode(themex_html(ThemexCourse::$data['sidebar']));
    if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('course')) {
    }
    if (ThemexCourse::hasMembers()) {
        get_template_part('module', 'users');
    }
    ?>
</aside>
<?php 
}
예제 #2
0
echo ThemexCourse::$data['status'];
?>
-course">
		<h1><?php 
the_title();
?>
</h1>
		<div class="widget-content">
			<?php 
the_content();
?>
			<footer class="course-footer">
				<?php 
get_template_part('module', 'form');
?>
			</footer>
		</div>						
	</div>
</div>
<?php 
if (ThemexCourse::hasMembers() || is_active_sidebar('course') || !empty(ThemexCourse::$data['sidebar'])) {
    ?>
<aside class="sidebar threecol column last">
	<?php 
    echo do_shortcode(themex_html(ThemexCourse::$data['sidebar']));
    if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('course')) {
    }
    ?>
</aside>
<?php 
}