[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.219.227.70: ~ $
<?php
/**
 * archive course page
 * @package Education_LMS
 */
get_header();

global $post;

$template = get_post_meta( $post->ID, '_wp_page_template', true );

?>

	<div id="primary" class="content-area">
		<div class="container">
			<div class="row">
				<main id="main" class="site-main col-md-<?php echo ($template !== 'fullwidth-template.php') ? 9 : 12 . ' no-sidebar' ; ?>">
					<?php
					while ( have_posts() ) :
						the_post();

                        the_content();

					endwhile; // End of the loop.
					?>

				</main><!-- #main -->

                <?php if( $template !== 'fullwidth-template.php' ) get_sidebar(); ?>

			</div>
		</div>

	</div><!-- #primary -->

<?php

get_footer();

Filemanager

Name Type Size Permission Actions
global Folder 0755
loop Folder 0755
single-course Folder 0755
archive-course.php File 743 B 0644
content-course.php File 1.95 KB 0644
index.php File 27 B 0644
single-course.php File 4.69 KB 0644