• good day to you
    i am building my first website in wordpress and i got some issue that i need help in
    this is my new website:
    http://www.ofirarbel.com/wordpress/
    like you can see I’m using some woo theme
    i want to able to delete the upper link called “homepage”
    and on;y use the 4 pages i created as links
    is there a way to do it?
    thanks in advanced

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    you should have a link similar to the following in either your header.php, page.php

    <li class="<?php echo $highlight; ?>"><a>">home</a>

    delete it and it should go!

    hth :O)

    Hi,

    Remove this code from header.php file of your theme:

    <a href="<?php echo get_option('home'); ?>/">Home</a>

    Thanks,

    Shane G.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘newbe – want to delet my homepage and don’t know how’ is closed to new replies.