PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Victor Andeloci   One WordPress Game Theme   index.php   Download  
File: index.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: 1 year ago
Size: 262 bytes
 

Contents

Class file image Download
<?php

get_header
();

get_template_part('parts/highlights');
get_template_part('parts/highlight_event');
get_template_part('parts/podcast');
get_template_part('parts/reviews');
get_template_part('parts/social');
get_template_part('parts/videos');

get_footer();