<?php /** * Template for displaying thumbnail of course within the loop. * * This template can be overridden by copying it to yourtheme/learnpress/loop/course/thumbnail.php. * * @author ThimPress * @package Learnpress/Templates * @version 3.0.1 */ /** * Prevent loading this file directly */ defined( 'ABSPATH' ) || exit(); $course = LP_Global::course(); if ( ! $course ) { return; } ?> <div class="course-thumbnail"> <a class="thumb" href="<?php echo get_the_permalink(); ?>"> <?php $el_image = $course->get_image( 'course_thumbnail' ); if ( is_string( $el_image ) ) { echo $el_image; } ?> </a> <?php echo '<a class="course-readmore" href="' . esc_url( get_the_permalink() ) . '">' . esc_html__( 'Read More', 'eduma' ) . '</a>'; ?> </div>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
author.php | File | 1.08 KB | 0644 |
|
instructor.php | File | 1.09 KB | 0644 |
|
loop-begin.php | File | 351 B | 0644 |
|
loop-end.php | File | 347 B | 0644 |
|
pagination.php | File | 1.07 KB | 0644 |
|
price.php | File | 1.11 KB | 0644 |
|
students.php | File | 767 B | 0644 |
|
thumbnail.php | File | 838 B | 0644 |
|