Skip to content

Instantly share code, notes, and snippets.

@nishinoshake
Last active May 29, 2016 04:47
Show Gist options
  • Save nishinoshake/ac8c6bc79d66a82c628d to your computer and use it in GitHub Desktop.
Save nishinoshake/ac8c6bc79d66a82c628d to your computer and use it in GitHub Desktop.
WordPressのテンプレートファイル構成

header.php ヘッダー部分
index.php メイン部分
sidebar.php サイドバー部分
footer.php フッター部分
single.php 投稿記事のテンプレート
page.php ページのテンプレート
comments.php コメントのテンプレート
search.php 検索結果のテンプレート
searchform.php 検索フォームのテンプレート
archive.php アーカイブのテンプレート
functions.php オプションの関数ファイル
404.php エラーページのテンプレート
style.css テーマの情報とスタイルシート

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment