ailenes
Member
Posted 2 years ago #
Hi,
My website is http://www.ailenesankur.com. I'd like to remove the word "Home" from the Header because the "About Me" section is the same as the Home page. When I go to edit pages, there is no Home page to edit, just the About Me, My Resume, and Contact Me pages. I'd like to either remove the word Home, or at least edit the Home Page so that it's different from the About Me page (which I made #1 in my page hierarchy).
The Home link is hardcoded on your header.php. Remove:
<li class=""><a href="http://www.ailenesankur.com/" title="">Home</a></li>
And then use a page template to make a home page and set WordPress to use a static page as home: Creating a Static Front Page « WordPress Codex and Creating_Your_Own_Page_Templates « WordPress Codex.
ailenes
Member
Posted 2 years ago #
Thanks! This really helped!