# learnpress/4.3.9/templates/loop/course/title.php

LearnPress – WordPress LMS Plugin for Create and Sell Online Courses, version 4.3.9. 16 lines.

- Page: https://pluginprobe.com/plugins/learnpress/4.3.9/code/templates/loop/course/title.php
- Raw: https://pluginprobe.com/plugins/learnpress/4.3.9/raw/templates/loop/course/title.php
- Modified: 2026-06-08T02:53:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/learnpress/4.3.9/code/templates/loop/course/title.php#L10-L20`.

```php
<?php
/**
 * Template for displaying title of course within the loop.
 *
 * This template can be overridden by copying it to yourtheme/learnpress/loop/course/title.php.
 *
 * @author  ThimPress
 * @package  Learnpress/Templates
 * @version  3.0.0
 */

defined( 'ABSPATH' ) || exit();
?>

<h2 class="wap-course-title"><a href="<?php the_permalink(); ?>" class="course-permalink"><?php the_title(); ?></a></h2>

```
