• Resolved obipawn

    (@obipawn)


    Hi,

    I have arclite w/ wordpress 2.8.5 and I want to leave the word ‘Home’ or ‘Welcome’ in the page bar at the top, but not have the word ‘Home’ reappear in the body of the page. How do I manipulate that?

    thanks,
    mario

Viewing 5 replies - 1 through 5 (of 5 total)
  • Delete <?php the_title(); ?> in either index.php and page.php, or both. That function prints out the page title.

    Thread Starter obipawn

    (@obipawn)

    Didn’t work. I removed <?php the_title(); ?> from both the index and page.php, then hit ‘update file’. When I went to the website on a separate window, I hit ctrl f5 several times, but ‘Welcome’ is still there. my website is chessinstructor.net

    Thanks for the help anyway. What am I missing? By the way, my website is chessinstructor.net

    -mario

    Try single.php, too. Maybe you’ve got that set to be used as a page template in your theme settings.

    Thread Starter obipawn

    (@obipawn)

    Thanks,
    I may try that, but for now I decided to just leave it in. If I ever switch from Welcome to ‘home’, maybe I will. I wonder why it isn’t called the ‘welcome page’ instead of the ‘home page’ in general.

    The code should be removed from page.php….it works

    thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how to remove ‘home’ from body but leave it in page bar’ is closed to new replies.