File: /var/www/html/levwp/wp-content/themes/slresponsive/archive.php
<?php
/**
* The template for displaying archive pages.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package SlResponsive
*/
get_header(); ?>
<div id="primary" class="content-area col-md-9">
<main id="main" class="site-main" role="main">
<header class="entry-header">
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
</header><!-- .entry-header -->
<div class="entry-content">
<ul>
<?php wp_list_pages('title_li=' ); ?>
</ul>
</div><!-- .entry-content -->
</main><!-- #main -->
</div><!-- #primary -->
<?php
get_footer();