<?php /** * Template Name: Albums list * It is used to make Albums list page, that list all albums */ if ( ! defined( 'ABSPATH' ) ) { exit; } // Exit if accessed directly get_template_part( 'albums-list' );