Make WordPress Themes

source: lightning/14.5.1/index.php

Last change on this file was 147588, checked in by themedropbox, 5 years ago

New version of Lightning - 14.1.0

File size: 423 bytes
Line 
1<?php 
2/**
3* テンプレート g階層を読み込むようにしているが、
4* g階層じゃないファイルを先に読み込むようにしないと子テーマに複製している既存ユーザーが反映されなくなるので、
5* 直下が優先になっている。よって、直下にあるこのファイル(index.php)は一旦必ず読み込まれる
6*/
7lightning_get_template_part( 'index' ); ?>
Note: See TracBrowser for help on using the repository browser.