I was trying to list category names. wp_list_categories()
returns a list of the categories but the problem is that it automatically wraps the names with links. I do not need the links.
It is possible to disable the links by JavaScript? But then I would have to fire some JS event.
I need to retrieve the category list without the automatic anchor tags, any idea?