5
3

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 5 years have passed since last update.

WordPress|single.phpにループは必要?

Posted at

WordPress|single.phpにループは必要?

 WordPressループといえば、ページごとのコンテンツを呼び出すときに活躍してくれますね。しかし、ループというのはプログラミングでは本来「繰り返し」を意味し、一つ記事出力するのに必要なのかということが考えられます。

 ここで、ループ処理の中を見ていきます。

①投稿が存在する場合
②投稿数の文繰り返す
③現在の投稿をセット(準備、読み込み)
④処理を書いていく
※ここにそのページの情報をひっぱてきます。タイトル、コンテンツだとか。
⑤ループの終了
⑥投稿の有無のif文の終了

 ここで、実は、記事ページ等の場合、③だけでページの情報を持ってくることができます。しかし、公式サイトには推奨されていないため、不安な方はループでとりあえず回しておきましょう。

5
3
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
5
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?