So, I've been doing some extensive researching about this topic, and there seems to be lots of help and answers out there. But I believe the reason I haven't been able to fix my problem is because of the theme I am using (Piano Black 2.2 by mono-lab) The php code for this theme seems a bit more complex than others... Although, I have a very limited knowledge of php, so I'm probably wrong :)
So, I want to disable the linking of some particular pages (used in the top menu). As I said above, I've been trying various ways based on others suggestions, but none of them are working.
I tried adding the pageid's that I dont want clickable to the following in the header.php
?php
if($options['header_menu_type'] == 'pages') {
wp_list_pages('sort_column=menu_order&depth=0&title_li=&exclude=797' . $options['exclude_pages']);
} else {
wp_list_categories('depth=0&title_li=&exclude=' . $options['exclude_category']);
}
?>
But when I do this, the entire page is excluded from the menu (so the children pages are visible and all out of order...)
Any php guru's out there willing to lend a few moments to help? :)
My site for reference: http://banedesigns.gamingisstupid.com