File "archive.php"
Full Path: /home/shadsolw/public_html/wp-content/themes/aalto/archive.php
File size: 705 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
$edgtf_blog_type = aalto_edge_get_archive_blog_list_layout();
aalto_edge_include_blog_helper_functions( 'lists', $edgtf_blog_type );
$edgtf_holder_params = aalto_edge_get_holder_params_blog();
get_header();
aalto_edge_get_title();
do_action('aalto_edge_before_main_content');
?>
<div class="<?php echo esc_attr( $edgtf_holder_params['holder'] ); ?>">
<?php do_action( 'aalto_edge_after_container_open' ); ?>
<div class="<?php echo esc_attr( $edgtf_holder_params['inner'] ); ?>">
<?php aalto_edge_get_blog( $edgtf_blog_type ); ?>
</div>
<?php do_action( 'aalto_edge_before_container_close' ); ?>
</div>
<?php do_action( 'aalto_edge_blog_list_additional_tags' ); ?>
<?php get_footer(); ?>