<?php /** * Kalium WordPress Theme * * Home page. * * @author Laborator * @link https://kaliumtheme.com */ if ( ! defined( 'ABSPATH' ) ) { exit; // Direct access not allowed. } /** * Show blog archive. */ get_template_part( 'archive' );