Creating a new PHP template file
Description
In order to create a new template file you must create a unique name and add .php to it. Inside the file you must put the wordpress template tag at the top of the page as well
In order to create a new template file you must create a unique name and add .php to it. Inside the file you must put the wordpress template tag at the top of the page as well
PHP Source Code
<?php
//template name:Podcast
get_header();
?>