Skip to content

Instantly share code, notes, and snippets.

@hitsujixgit
Created June 19, 2014 04:24
Show Gist options
  • Save hitsujixgit/a7fb6058651ec32d4f14 to your computer and use it in GitHub Desktop.
Save hitsujixgit/a7fb6058651ec32d4f14 to your computer and use it in GitHub Desktop.
テンプレートパーツ化する - index.phpをカスタマイズする#2
<article class="post">
<header>
<h1 class="post-title"><?php the_title(); ?></h1>
<p class="post-meta"><?php the_date(); ?></p>
</header>
<div class="post-content">
<?php the_content(); ?>
</div>
</article>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment