Boss m working on my theme on localhost. It is not on internet.
But i m using this code for my wordpress menus.
Code:
<?php wp_list_categories('orderby=name&exlude=181&title_li=');
$this_category = get_category($cat);
if (get_category_children($this_category->cat_ID) != "") {
echo "<ul>";
wp_list_categories('orderby=id&show_count=0&title_li=&use_desc_for_title=1&child_of='.$this_category->cat_ID);
echo "</ul>";
}
?>
This menu have Categories and child categories i want that ths Mouseover tab script show the sub/child categories under each parent category.
Thnx for reply and show impressive support.
Bookmarks