|
I'm not a php developer. I'm an asp, asp.net, c#, sql, xhtml, and my god how boring that sounds when you make a list developer. I've been able to figure out enough to change a bit of functionality. But I'm having some trouble here.
I want to add an id attribute to root nodes in the category tree. This seems pretty easy; just grab the category name and use str_replace() to clean spaces. I can see that a dot is the string concatenation operator, and I can put ids into the links themselves. I guess I could make that work, but it would make a lot more sense to go after the lists or list items instead.
Any advice? I know it's in ./wp-includes/category-template.php, but I'm not seeing where the uls I want are generated.
|