WordPress Child Theme – Change Header Image Size
WordPress Child Theme Case Study: 2020 Euro Lens Bath Create a Child Theme (style.css and functions.php files) In the functions.php file, add: [php]<?php /** Tell WordPress to run child_theme_setup() when the ‘after_setup_theme’ hook is run. Help from: http://digitalraindrops.net/2010/08/the-second-menu/ */ add_action( ‘after_setup_theme’, ‘child_theme_setup’ ); /** This function will hold our new calls and overrides. Help from: …
WordPress Child Theme – Change Header Image Size Read More »