there is a phantom page showing at the blog's menu on the header,
but it can't be deleted because it's not showing on the list of pages in admin section.
when clicked it leads to "Error 404 - Not Found".
how do I delete it?
there is a phantom page showing at the blog's menu on the header,
but it can't be deleted because it's not showing on the list of pages in admin section.
when clicked it leads to "Error 404 - Not Found".
how do I delete it?
need to see it as this something new post your url
still not solved...
help anyone?
Is it in the trash? If it is, delete it permanantly. If that doesn't work, are the links hardcoded? If they are, you may have to remove it manually.
it's not in the trash, and this is the code for the menu:
<ul id="nav-drop">
<li <?php if(is_home()) echo 'class="current-cat"'; ?>><a href="<?php echo wpml_get_home_url() ?>"><?php _e("Home", "patod"); ?></a></li>
<?php wp_list_categories('orderby=order&hierarchical=0&title_li=<a>'.__('What I Do', 'patod').'</a>'); ?>
<?php wp_list_pages("title_li="); ?>
</ul>is there any way to remove this page manually?
Are you sure you don't have a folder called "short-biography" into your "www" folder ? Using FTP, I mean.
This topic has been closed to new replies.