Bird
0
0

Which template file does WordPress use to display a tag archive page?

easy📝 Conceptual Q2 of 15
Wordpress - Theme Structure and Basics
Which template file does WordPress use to display a tag archive page?
Aarchive.php
Btag.php
Ccategory.php
Dtaxonomy.php
Step-by-Step Solution
Solution:
  1. Step 1: Identify tag archive template

    WordPress looks for tag.php to display tag archive pages.
  2. Step 2: Understand fallback order

    If tag.php is missing, WordPress uses archive.php, then index.php.
  3. Final Answer:

    tag.php -> Option B
  4. Quick Check:

    Tag archive template = tag.php [OK]
Quick Trick: Tag archives use tag.php template first [OK]
Common Mistakes:
  • Using category.php for tags
  • Confusing taxonomy.php with tag.php
  • Assuming archive.php is always used

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes