cannot find home tap in back office of wordpress pages. can you please show me where it is? I see all the other tab for editing but no home tab.
how to remove home tab
(5 posts) (5 voices)-
Posted 2 years ago #
-
I removed the a tag on the 2nd line of the main-menu.php file
Posted 2 years ago # -
Debbie,
by default, 'Home' tab is a link to your front page where your blog posts are displayed. you will not find a separate Page titled 'Home' in your WordPress admin.To get rid of the 'Home' tab, open main-menu.php and delete or comment out the following code block.
<li class="<?php if ( is_home() or is_archive() or is_single() or is_paged() or is_search() or (function_exists('is_tag') and is_tag()) ) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a title="<?php bloginfo('name'); ?>" href="<?php bloginfo('url'); ?>">Home</a></li>Posted 2 years ago # -
Thanks I had problem deleting the home tab earlier. This works.
Posted 1 year ago # -
type into Goggle search...".iGoggle tab remover". The first item is the tab remover which is a firefox addon. Download it and it will automatically remove the tab.
You will then have just the words Home Tab on the upper left and the screen will return to normal.Posted 1 year ago #
Reply
You must log in to post.