<?php
/**
* Kalium WordPress Theme
*
* Template Name: Portfolio Page
*
* @author Laborator
* @link https://kaliumtheme.com
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Direct access not allowed.
}
/**
* Use portfolio archive template.
*/
get_template_part( 'archive-portfolio' );