Question: In a standard template file, how often does the WordPress Loop run?
- It runs once per post in the database.
- It runs once.
- The Loop doesn't run in template files.
- It runs once per fetched post.
Answer: The correct answer of the above question is Option D:It runs once per fetched post.