first commit
This commit is contained in:
22
wp-content/themes/calla/archive.php
Normal file
22
wp-content/themes/calla/archive.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
$eltdf_blog_type = calla_elated_get_archive_blog_list_layout();
|
||||
calla_elated_include_blog_helper_functions( 'lists', $eltdf_blog_type );
|
||||
$eltdf_holder_params = calla_elated_get_holder_params_blog();
|
||||
|
||||
get_header();
|
||||
calla_elated_get_title();
|
||||
do_action('calla_elated_before_main_content');
|
||||
?>
|
||||
|
||||
<div class="<?php echo esc_attr( $eltdf_holder_params['holder'] ); ?>">
|
||||
<?php do_action( 'calla_elated_after_container_open' ); ?>
|
||||
|
||||
<div class="<?php echo esc_attr( $eltdf_holder_params['inner'] ); ?>">
|
||||
<?php calla_elated_get_blog( $eltdf_blog_type ); ?>
|
||||
</div>
|
||||
|
||||
<?php do_action( 'calla_elated_before_container_close' ); ?>
|
||||
</div>
|
||||
|
||||
<?php do_action( 'calla_elated_blog_list_additional_tags' ); ?>
|
||||
<?php get_footer(); ?>
|
||||
Reference in New Issue
Block a user