is there any easy loop procedure for getting the categories and links?
I need to show categories and links in special format, e.g.
<li class="category-slug"><a href="category-address" title="category description"><strong>category name</strong></li>
and this afaik cannot be done by standard category/link lists.
So i need to run for each function for all categories (or links) in database, with some conditions. I can do it with standard php, but i wonder that there may be some standardised way