How to Make Characters in a WordPress Header
- 1). Open a Web browser window and type the location of your blog in the navigation text box. Click the "Admin Dashboard" link and type the administrative user name and password to log in.
- 2). Click the "Appearance" link on the left side of the dashboard. In the list of sub-menu options click "Editor" which opens the main WordPress PHP editor.
- 3). Click the "header.php" link in the list of files. The editor opens the PHP code that controls the header section of the blog.
- 4). Type the text you want to appear in the blog header. You can type HTML to format the text as well. You can also add to the PHP code to create conditional code.
- 5). Click the "Update File" button to save the changes to the blog. Click the blog link at the top of the dashboard to view the header file changes.
Source...