PHP Classes

File: templates/podcasts.php

Recommend this page to a friend!
  Classes of Victor Andeloci   One WordPress Game Theme   templates/podcasts.php   Download  
File: templates/podcasts.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: One WordPress Game Theme
WordPress theme for a gaming blog and podcast
Author: By
Last change:
Date: 4 months ago
Size: 122 bytes
 

Contents

Class file image Download
<?php
   
/* Template Name: Podcasts */
   
get_header();

   
get_template_part('parts/podcast');

   
get_footer();
?>