Created
January 12, 2016 08:32
-
-
Save nishinoshake/abc7818bc4d26ea36005 to your computer and use it in GitHub Desktop.
インクルードタグ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php get_header(); ?> | |
header.phpを読み込む | |
<?php get_sidebar(); ?> | |
sidebar.phpを読み込む | |
<?php get_footer(); ?> | |
footer.phpを読み込む | |
<?php comments_template(); ?> | |
comments.phpを読み込む | |
<?php get_search_form(); ?> | |
検索フォームを読み込む | |
<?php include( TEMPLATEPATH . '/header2.php' ); ?> | |
その他のファイルを読み込む |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment