add-to-cart-edd.php
3 years ago
add-to-cart-woocommerce.php
3 years ago
course-author.php
3 years ago
course-continue.php
3 years ago
course-in-cart.php
3 years ago
course-price-edd.php
3 years ago
course-price-woocommerce.php
3 years ago
course-price.php
3 years ago
course.php
3 years ago
end_content_wrap.php
3 years ago
enrolled-course-progress.php
3 years ago
footer.php
3 years ago
header.php
3 years ago
loop-after-content.php
3 years ago
loop-before-content.php
3 years ago
loop-end.php
3 years ago
loop-start.php
3 years ago
meta.php
3 years ago
rating.php
3 years ago
start_content_wrap.php
3 years ago
thumbnail.php
3 years ago
title.php
3 years ago
title.php
17 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Course loop title |
| 4 | * |
| 5 | * @package Tutor\Templates |
| 6 | * @subpackage CourseLoopPart |
| 7 | * @author Themeum <support@themeum.com> |
| 8 | * @link https://themeum.com |
| 9 | * @since 1.4.3 |
| 10 | */ |
| 11 | |
| 12 | ?> |
| 13 | |
| 14 | <h3 class="tutor-course-name tutor-fs-5 tutor-fw-medium" title="<?php the_title(); ?>"> |
| 15 | <a href="<?php echo esc_url( get_the_permalink() ); ?>"><?php the_title(); ?></a> |
| 16 | </h3> |
| 17 |