That won’t work for it, it breaks my current pages which has the same name as the category, I just thought of another way to make this work. But I’m not sure how to write it in php.
echo "<li><a href=\"".get_category_link($cat_id)."\">".$cat->name."</a>";
Instead of printing the category name, how can I print the blog url follow by the blog name in the link field?