Thread Starter
kipod
(@kipod)
is there any way to remove this page manually?
Thread Starter
kipod
(@kipod)
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>
Thread Starter
kipod
(@kipod)
still not solved…
help anyone?
Thread Starter
kipod
(@kipod)