%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v2/single-course/section/
Upload File :
Create Path :
Current File : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v2/single-course/section/content.php

<?php
/**
 * @author  ThimPress
 * @package LearnPress/Templates
 * @version 1.0
 */

if ( !defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}
/* section item display inside a section */
$learnpress_course_sections = learn_press_get_course_sections();
?>

<ul class="section-content">

	<?php if ( !empty( $section->items ) ) { ?>

	<?php
	foreach ( $section->items as $item ) {
		$post_type = str_replace( 'lp_', '', $item->post_type );
		if ( empty( $count[$post_type] ) ) {
			$count[$post_type] = 1;
		} else {
			$count[$post_type] ++;
		}

		$index = $section->section_order . '.' . $count[$post_type];

		if ( ! in_array( $item->post_type, $learnpress_course_sections ) ) continue;

		$args = array(
			'item'    => $item,
			'section' => $section,
			'index'       => $index
		);
		learn_press_get_template( "single-course/section/item-{$post_type}.php", $args );
	}
	?>
	<?php } else { ?>

		<li class="course-item section-empty"><?php learn_press_display_message( __( 'No items in this section', 'eduma' ), 'notice' );?></li>

	<?php } ?>
</ul>

Zerion Mini Shell 1.0