Hi all,
I'm working on my first WP website, and am trying to generate the navigation. In order for the js effects i'm using to work, I need to add an empty '<span/>' tag inside the '<a/>' tag. Also, my navigation comes in two parts, the one being static pages (About, Contact, etc.) and the second being category pages, each with their own unique styling. For the links in the navigation that are pages, there's no problem. I can simply use the 'link_after' parameter to add the '<span>' tag. However, there is no 'link_after' for 'wp_list_categories'.
Does anyone know what that is? How I could get the same result, a span tag inside the anchor tag?
I appreciate the help, and thank you in advance.
-Zach