STRATO-apps/wordpress_03/app/wp-content/themes/blocksy/archive.php
SHA-256: bc144e837bb8dfb092783e136f97575cf841842008bd768c1b6766c2158adc66
<?php
/**
* The template for displaying archive pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Blocksy
*/
get_header();
if (
! function_exists('elementor_theme_do_location')
||
! elementor_theme_do_location('archive')
) {
get_template_part('template-parts/archive');
}
get_footer();