Files
Landing/wp-content/themes/upstudy/template-parts/content-single_course.php
T

16 lines
290 B
PHP
Raw Normal View History

2026-04-23 04:33:43 +03:30
<?php
/**
* Template part for displaying posts.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Upstudy
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class( 'upstudy-single-lp-course-item' ); ?>>
<?php
the_content();
?>
</article><!-- #post-## -->