'; the_archive_title(); echo ''; // Show an optional term description. $term_description = term_description(); if (!empty($term_description)) { /* translators: %s: term description */ the_archive_description('
', '
'); } }; // Include the archive base template include(get_template_directory() . '/template-parts/archive-base.php'); get_footer();