TwistedSin
Member
Posted 9 months ago #
On my TWISTEDSIN.NET there is a HOME page listed up at the top of the screen that isn't an actual page itself. Instead, I had taken the generic "About" page and renamed it "Welcome" and used that as the static home page, however, I can't seem to find where the HOME page is coming from, if it may be a part of the template?
If anyone has encountered this please let me know. A friend of mine and I had encountered this before and he was able to fix it, though I am unsure of how he was able to fix it.
Thanks,
Twisted
what theme are you using? This is hard coded. Open your header.php and remove first
<li> in <div id="header">
TwistedSin
Member
Posted 9 months ago #
If I remove that though, doesn't the entire header go off?
I'm using:
Smoke 1.1 by Bingo
TwistedSin
Member
Posted 9 months ago #
Update:
I tried doing that and it removed the entire header area. What i found is listed below from my header.php:
<li class="first<?php if(is_home()) echo ' current_page_item'; ?>">">Home
<?php wp_list_pages('title_li=&depth=1'); ?>
Now with this, would i just take out what script to remove the home url? just the:
<li class="first<?php if(is_home()) echo ' current_page_item'; ?>">">Home
?
TwistedSin
Member
Posted 9 months ago #
I figured it out. remove the
<li class="first<?php if(is_home()) echo ' current_page_item'; ?>">">Home