File "archive.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/anywhere-elementor-pro.2.15.5/includes/themes/generatepress/archive.php
File
size: 625 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
if (!defined('ABSPATH')) {
exit;
}
get_header();
?>
<section id="primary" <?php
generate_do_element_classes('content');
?>>
<main id="main" <?php
generate_do_element_classes('main');
?>>
<?php
do_action('generate_before_main_content');
?>
<?php
if (have_posts()) {
?>
<?php
echo do_action('aepro_archive_data', '');
?>
<?php
} else {
?>
<?php
get_template_part('no-results', 'archive');
?>
<?php
}
?>
<?php
do_action('generate_after_main_content');
?>
</main><!-- #main -->
</section><!-- #primary -->
<?php
generate_construct_sidebars();
get_footer();