add-to-cart-edd.php
7 years ago
add-to-cart-woocommerce.php
7 years ago
course-author.php
7 years ago
course-price-edd.php
7 years ago
course-price-woocommerce.php
7 years ago
course-price.php
7 years ago
course.php
7 years ago
end_content_wrap.php
7 years ago
footer.php
7 years ago
header.php
7 years ago
loop-after-content.php
7 years ago
loop-before-content.php
7 years ago
loop-end.php
7 years ago
loop-start.php
7 years ago
meta.php
7 years ago
rating.php
7 years ago
start_content_wrap.php
7 years ago
thumbnail.php
7 years ago
title.php
7 years ago
tutor-pagination.php
7 years ago
loop-start.php
18 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Course Loop Start |
| 4 | * |
| 5 | * @since v.1.0.0 |
| 6 | * @author themeum |
| 7 | * @url https://themeum.com |
| 8 | */ |
| 9 | |
| 10 | if ( ! defined( 'ABSPATH' ) ) { |
| 11 | exit; |
| 12 | } |
| 13 | |
| 14 | $courseCols = tutor_utils()->get_option( 'courses_col_per_row', 4 ); |
| 15 | |
| 16 | ?> |
| 17 | |
| 18 | <div class="tutor-courses tutor-courses-loop-wrap tutor-courses-layout-<?php echo $courseCols; ?>"> |