Bird
0
0

Given this metadata block in style.css, what is the theme's version?

medium📝 component behavior Q13 of 15
Wordpress - Theme Structure and Basics
Given this metadata block in style.css, what is the theme's version?
/*
Theme Name: Simple Theme
Author: Jane Doe
Version: 1.2.3
*/
AJane Doe
B1.2.3
CSimple Theme
Dstyle.css
Step-by-Step Solution
Solution:
  1. Step 1: Locate the Version field

    Within the metadata block, the line starting with 'Version:' shows the theme's version number.
  2. Step 2: Read the version value

    The version is '1.2.3' as given after 'Version:'.
  3. Final Answer:

    1.2.3 -> Option B
  4. Quick Check:

    Version field = 1.2.3 [OK]
Quick Trick: Look for 'Version:' line in metadata block [OK]
Common Mistakes:
MISTAKES
  • Confusing Author with Version
  • Picking Theme Name as version
  • Ignoring the metadata block format

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes