All my page tabs work except the 'home' tab. When I click on it nothing happens. Can anyone help me out here please? what do I need to do to get the home tab to work correctly?
My site: http://frenchtofluency.com/
All my page tabs work except the 'home' tab. When I click on it nothing happens. Can anyone help me out here please? what do I need to do to get the home tab to work correctly?
My site: http://frenchtofluency.com/
check the code in your template, your home is linked to http://frenchtofluency.com/resources/#content
change it to a href="<?php echo get_settings('home');?>"
I just tried to edit the header.php file and and got the home tab to work, but I'm afraid I have also messed up the position of the menu tabs. They should be sitting neatly on top of the blue line:
This is what the code in the header file says:
</head>
<body class="<?php sandbox_body_class() ?>">
<div id="wrapper" class="hfeed">
<div id="header">
<h1 id="blog-title"><span>/" title="<?php bloginfo('name') ?>" rel="home"><?php bloginfo('name') ?></span></h1>
<div id="blog-description"><?php bloginfo('description') ?></div>
</div><!-- #header -->
<div id="access">
<div class="Skip-link">"><?php _e('Home', 'sandbox'); ?></div>
<?php sandbox_globalnav() ?>
</div><!-- #access -->
Please help me get my nice tabs back! Thank you!
Anyone?? I'm nearly ripping my hair out here, lol!
This topic has been closed to new replies.