File: /var/www/html/wpwisesolutions/wp-content/themes/pofo/archive.php
<?php
/**
* The template for displaying archive pages
*
* If you'd like to further customize these archive views, you may create a
* new template file for each one. For example, tag.php (Tag archives),
* category.php (Category archives), author.php (Author archives), etc.
*
* @link https://codex.wordpress.org/Template_Hierarchy
*
* @package Pofo
*/
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) { exit; }
get_template_part('templates/archive/layout');