Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
public_html
/
wp-content
/
plugins
/
element-ready-lite
/
templates
/
learnpress
/
Editing: archive.php
<?php get_header(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class('learpress-full-width-content');?> role="main"> <div class="page-content"> <?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?> </div> </div> <?php get_footer();
Save
Cancel