# Add Widget to Everywhere by Adding to Header
At child theme's header.php, add:
the_widget( 'My_Custom_Widget' );
Note: Learn how to create child theme here: Child Theme Support
At child theme's header.php, add:
the_widget( 'My_Custom_Widget' );
Note: Learn how to create child theme here: Child Theme Support