Bird
0
0

You want to add a custom tag 'Photography' to your theme metadata in style.css. Which is the correct way to add it?

hard📝 Application Q8 of 15
Wordpress - Theme Structure and Basics
You want to add a custom tag 'Photography' to your theme metadata in style.css. Which is the correct way to add it?
ATags: photography, blog, portfolio
BTag: photography, blog, portfolio
CTags = photography, blog, portfolio
Dtags: photography, blog, portfolio
Step-by-Step Solution
Solution:
  1. Step 1: Use correct field name and syntax

    The correct field name is Tags with capital T, followed by a colon and comma-separated values.
  2. Step 2: Validate capitalization and separator

    Lowercase tags or using equals sign = is invalid. The field must be Tags:.
  3. Final Answer:

    Tags: photography, blog, portfolio -> Option A
  4. Quick Check:

    Tags field uses capital T and colon [OK]
Quick Trick: Use 'Tags:' with capital T and colon for theme tags [OK]
Common Mistakes:
  • Using lowercase 'tags'
  • Using equals sign instead of colon
  • Using singular 'Tag'

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes