Bird
0
0

Which file is NOT typically created when building a custom WordPress theme?

easy📝 Syntax Q12 of 15
Wordpress - Custom Theme Development
Which file is NOT typically created when building a custom WordPress theme?
Aindex.php
Bdatabase.php
Cfunctions.php
Dstyle.css
Step-by-Step Solution
Solution:
  1. Step 1: Identify common custom theme files

    Custom themes usually have style.css, index.php, and functions.php files.
  2. Step 2: Check which file is not part of theme structure

    database.php is not a standard theme file; WordPress handles database separately.
  3. Final Answer:

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

    database.php not in theme files [OK]
Quick Trick: Theme files include style.css, index.php, functions.php only [OK]
Common Mistakes:
  • Confusing database.php as a theme file
  • Thinking functions.php is optional
  • Assuming style.css is not needed

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes