Home » Categories » Managed WordPress » Plugins and Themes

Change the header in WordPress

You can manually make changes to the PHP code in the header of your WordPress site. This enables you to change more than just the text that appears at the top of your pages.

  1. Before making any changes to a WordPress theme, add a child theme.
  2. Connect to your site with FTP.
  3. Navigate to the /wp-content/themes directory.
  4. Open the directory containing the theme you wish to work with.
  5. Locate the header.php file.
  6. Copy the file to the appropriate child theme directory.
  7. Edit and update the header.php file in the child theme directory.

Changes made to the header.php file located in the child theme directory will take precedence immediately over the original header.php.

1 (4)
Article Rating (4 Votes)
Rate this article
  • Icon PDFExport to PDF
Related Articles
Change your site background in WordPress
Added on Mon, Nov 16, 2020
Change the font style in WordPress
Added on Mon, Nov 16, 2020
Update theme and plugins
Added on Mon, Nov 16, 2020
Install a plugin in WordPress
Added on Mon, Nov 16, 2020
Activate a plugin in WordPress
Added on Mon, Nov 16, 2020