芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/ebpt.pulsehost.co.uk/wp-content/themes/maxcoach/page.php
is_single_lessons() ) { $header_footer = 'blank'; } get_header( $header_footer ); /** * For some reasons Learnpress use template page.php instead of single.php or single-lp_course.php to show single course. * LP 4.0.0 used single-course.php file. */ $post_type = get_post_type(); switch ( $post_type ) { case Maxcoach_LP_Course::POST_TYPE: get_template_part( 'template-parts/content-single', 'course' ); break; default: get_template_part( 'template-parts/content-single', 'page' ); break; } get_footer( $header_footer );