Bird
0
0

You want to create a child theme that inherits the parent theme's site identity but allows a different logo. Which is the best approach?

hard📝 Application Q8 of 15
Wordpress - Themes and Appearance
You want to create a child theme that inherits the parent theme's site identity but allows a different logo. Which is the best approach?
ADisable the parent theme's site identity support
BCopy the parent theme's logo file into the child theme folder
CAdd add_theme_support('custom-logo') in the child theme and upload a new logo via Customizer
DEdit the parent theme's header.php to change the logo path
Step-by-Step Solution
Solution:
  1. Step 1: Understand child theme inheritance

    Child themes inherit features but can override settings like logos.
  2. Step 2: Use Customizer to upload a new logo

    Adding theme support in child theme and uploading a new logo is standard.
  3. Final Answer:

    Add add_theme_support('custom-logo') in the child theme and upload a new logo via Customizer -> Option C
  4. Quick Check:

    Child theme logo = add_theme_support + Customizer upload [OK]
Quick Trick: Child theme can override logo via add_theme_support and Customizer [OK]
Common Mistakes:
  • Copying files instead of using Customizer
  • Editing parent theme files directly
  • Disabling parent theme support unnecessarily

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes