I need to modify the markup of the tag cloud widget.
Can someone tell me how to go about doing this without modifying any of the files outside of the theme directory so my changes don't get overwritten when updating WordPress?
|
|
|
What sort of custom markup do you need? Can you elaborate a little more? |
|||||||||||||||
|
|
If you're looking to change the way the tag cloud is displayed, you can use get_tags() to heavily alter the output and create a custom widget. |
|||
|
|