
But bear in mind that editing any of your theme’s php files could cause things to break! How to Edit the header.php File Via WordPress Admin You can then open it in a code editor and make any changes you need to. To find the file and edit it yourself go to wp-content > themes > your-theme-name > header.php. How to Edit the header.php File in a Code Editor Note: bear in mind that the contents of header.php will be different for every theme. It appears (under normal circumstances) in exactly the same way across all the pages of your website, and its contents sit in a file called “header.php” one of the files in your active theme folder. The header will usually contain your website’s logo, some navigation, perhaps a search box, and maybe some additional links.

On the “front end” of your WordPress website the “header” is the upper part of the page:
