|
Does anybody know how to get into the <?php get_links_list(); ?> function? The way my blog is set up, the sidebar items ( search, tags, archives, blogroll ) were using h2 tags. Mainly for layout. I changed all of them to spans with the styling that was applied to the h2s, and everything is great.
Except the rest of these were wrapped up in h2 tags in the Wordpress theme, while the <?php get_links_list(); ?> function emits h2 tags, and the label. I'd like to get into the code it uses, and do the same thing.
Any ideas on how I might go about this?
|