• Resolved TwistedSin

    (@twistedsin)


    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • what theme are you using? This is hard coded. Open your header.php and remove first
    <li> in <div id="header">

    Thread Starter TwistedSin

    (@twistedsin)

    If I remove that though, doesn’t the entire header go off?
    I’m using:
    Smoke 1.1 by Bingo

    Thread Starter TwistedSin

    (@twistedsin)

    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
    ?

    Thread Starter TwistedSin

    (@twistedsin)

    I figured it out. remove the
    <li class=”first<?php if(is_home()) echo ‘ current_page_item’; ?>”>“>Home

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Ghost Page – Removing Home’ is closed to new replies.