0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

WordPressのトップページの作り方

Last updated at Posted at 2020-11-04

#WordPress
スクリーンショット 2020-11-04 13.42.14.png

<div class="post">
  <!-- 記事のタイトルを表示する -->
  <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
  <p class="post-meta">
    <!-- 記事の時間を表示する -->
    <span class="post-date"><?php the_time(); ?></span>
  </p>
</div>
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?