<?php
/**
* @Author: 大胡子
* @Email: dahuzi@xintheme.com
* @Link: www.dahuzi.me
* @Date: 2020-01-17 09:27:19
* @Last Modified by: dahuzi
* @Last Modified time: 2020-02-16 22:50:41
*/
get_header();
$list_type = get_term_meta($cat, 'list_type', true) ?: '1';
get_template_part('template-parts/archive/banner');
get_template_part('template-parts/archive/archive', $list_type);
get_footer();
?>