Question: In a standard template file, how often does the WordPress Loop run?

  1. It runs once per post in the database.
  2. It runs once.
  3. The Loop doesn't run in template files.
  4. It runs once per fetched post.

Answer: The correct answer of the above question is Option D:It runs once per fetched post.