Skip to content

Instantly share code, notes, and snippets.

@guzuri
Created October 10, 2013 05:00
Show Gist options
  • Save guzuri/6913281 to your computer and use it in GitHub Desktop.
Save guzuri/6913281 to your computer and use it in GitHub Desktop.
WordPress テンプレートタグ
<?php the_time(); ?>
現在の記事の投稿時間を表示。
<?php the_date(); ?>
現在の記事の投稿日時を表示。
<?php the_title(); ?>
現在の記事のタイトルを表示
<?php the_content(); ?>
現在の記事の本文を表示。
<?php the_permalink(); ?>
現在の記事のパーマリンクURLを表示
<?php the_category(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment