Bird
0
0

Given this style.css metadata block, what will WordPress display as the theme author?

medium📝 Predict Output Q4 of 15
Wordpress - Theme Structure and Basics
Given this style.css metadata block, what will WordPress display as the theme author?
/*
Theme Name: Simple Theme
Author: Jane Doe
Author URI: https://janedoe.com
*/
ASimple Theme
BJane Doe
Chttps://janedoe.com
DAuthor
Step-by-Step Solution
Solution:
  1. Step 1: Identify the Author field in metadata

    The Author field specifies the name of the theme author, which here is "Jane Doe".
  2. Step 2: Differentiate Author from Author URI

    The Author URI is a web address, not the author's name. WordPress shows the Author field as the author.
  3. Final Answer:

    Jane Doe -> Option B
  4. Quick Check:

    Author field value = Jane Doe [OK]
Quick Trick: Author field shows the name, Author URI is the website [OK]
Common Mistakes:
  • Confusing Author URI with Author name
  • Selecting Theme Name as author
  • Choosing the literal word 'Author'

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes