Site Menu Changed After Going Live
-
Good Evening.
I am working on an adult website through WordPress that i did not create. It appears as the though the individual customized his own theme. The site has been looking fine (under construction), all the way up to the other day when we went live.This is what the Menu should look like, as it appears on the Dashboard… [NSFW]
http://sexyscenarios.com/wp-content/uploads/shouldbe.jpgBut when we go live. It shows all the pages that exist, despite the fact that they aren’t turned on in the given menu.
This is the website itself live… http://sexyscenarios.com/ [NSFW]
While this is a screen shot of the menu as it looks live
http://sexyscenarios.com/wp-content/uploads/asitis.jpg
I read elsewhere that when WordPress last updated, there was some issues with the menu nav. I managed to tweak it somewhat from what i read.
Here’s the header.php that is relevant to the menu.
<header id=”header”>
<?php if (is_page( array(‘index’) ) ): ?>
<!– Show nothing –>
<?php else : ?>
<div id=”logo”><img src=”<?php echo get_template_directory_uri(); ?>/images/logo2.png” /></div>
<?php if(is_user_logged_in()){ ?>
<div id=”nav”><?php wp_nav_menu( array(‘menu’ => ‘Main Menu’ )); ?></div>
<?php } else { ?>
<div id=”nav”><?php wp_nav_menu( array(‘theme_location’ => ‘secondary’ )); ?></div>
<?php } ?><?php endif; ?>
And finally, this is how my menu is set up on the dashboard.
http://sexyscenarios.com/wp-content/uploads/menu.jpgAs you can see, i have the current menu point to the only three buttons i want, and not the other pages that are turned off. Any suggestions would be greatly appreciated. I tried to battle this for days myself… but i just can’t figure it out.
Thanks.
-
Those who don’t want to click on a nude site, this is how the site should look in the nav area..
https://www.flickr.com/photos/60867221@N03/15577222603/This is how it looks…
https://www.flickr.com/gp/60867221@N03/7x4x7nThis is how the menu screen looks in the dashboard.
https://www.flickr.com/gp/60867221@N03/37wj23
The topic ‘Site Menu Changed After Going Live’ is closed to new replies.