Created
June 19, 2014 04:24
-
-
Save hitsujixgit/a7fb6058651ec32d4f14 to your computer and use it in GitHub Desktop.
テンプレートパーツ化する - index.phpをカスタマイズする#2
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
<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