I would like to add other things to the top area that has FRONT PAGE, ARCHIVES, and ABOUT. (For example EMAIL). How can I do that?
Also, how do I change the words FRONT PAGE to "HOME".
Thanks.
I would like to add other things to the top area that has FRONT PAGE, ARCHIVES, and ABOUT. (For example EMAIL). How can I do that?
Also, how do I change the words FRONT PAGE to "HOME".
Thanks.
In your header.php file look for the li tag leading into the "Front Page" line and replace that text with "Home"
Cut and paste that line into where ever you want your contact block to go, and then add
/contact/">contact
in the place of the "Home" text, leaving the closing anchor and list tags to follow. You'll have to drop the contact form plug-in to your plug-in folder and follow the directions, including adding a page (not a post) for the contact form to reside in. That'll protect your email address from spambots.
For whatever other lines you want to add, just cut and past the li text element above and change the code to reflect what you want. The text between the forward slashes is either a page (as in contact, above) or it is a url. In that case you'd place "http://www.your-url.com" after the href= anchor above, deleting all the php bloginfo (etc) that follows it.
Excellent! I don't know why I couldn't find where it said "Front Page" by myself. It was like playing Where's Waldo ;)
Appreciate your help very much.
You must log in to post.