Wordpress home tab issue

by 10 replies
12
Quick question as I have deleted my site due to this before so I just want to get the help of a professional.

I have 5 tabs at the top of a wordpress site with different text.

I would like to delete the "home" tab as the static page I use is a different one but I do not know how to do this. Could someone please tell me how to delete this?

Thanks.
#website design #home #issue #tab #wordpress
  • Which theme are you using? Does it support Wordpress custom menus?
  • The theme is called my theme with grass and dew 0.7 by mythem.es

    But I have no idea if it does, how should I find out?
  • Got to "menus" in the wordpress dashboard. It will tell you if your theme supports custom menus and if so, how many it supports.
  • Yeah it has a custom menu.

    What do I do now?
    • [1] reply
    • Now you learn that WP theme (design/look) related questions should be posted in the Web Design forum.

      (and nobody should even reply to such questions...)

      Your other, similar thread has been moved over there. Wasn't that a lesson for you?
  • okay sorry I did not know and why the hate? (no one should reply?) I asked a question, seriously why the hate?
    • [1] reply
    • There is no hate.

      I meant: nobody should reply them in the Main Discussions forum
  • Select the page that is the none static home page. Go to edit, and in the right hand side it says parent. Make the parent anything and the home tab will disappear. It doesn't technically delete the page, but it hides it from the top tabs.
    • [ 1 ] Thanks
  • Many dumb theme designers put there a hard-coded "home" link.

    You will have to edit the header.php file of your theme and get rid of that link.

    Post here the code from the header.php beginning from the <body>
  • Go to editor from your apearance drop down, click on header.php file. Hit CNTRL F on your keyboard and type in "Home" or what ever the title is of that nav button, then before it you should see:

    <a href="URL" target="the target if any" >Home</a> delete that and it will go away!

Next Topics on Trending Feed

  • 12

    Quick question as I have deleted my site due to this before so I just want to get the help of a professional. I have 5 tabs at the top of a wordpress site with different text.