Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Created January 12, 2016 08:32
Show Gist options
  • Save nishinoshake/abc7818bc4d26ea36005 to your computer and use it in GitHub Desktop.
Save nishinoshake/abc7818bc4d26ea36005 to your computer and use it in GitHub Desktop.
インクルードタグ
<?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