I am trying to get an ID tag in my Links Manager. When I output a list it does this
-
<li >LINK1
<li >LINK2
I would like it to do this
-
<li id="link1">LINK1
<li id="link2">LINK2
I am trying to get an ID tag in my Links Manager. When I output a list it does this
<li >LINK2
I would like it to do this
<li id="link2">LINK2
Open /wp-includes/template-functions-category.php and look for "<li>"'s
This topic has been closed to new replies.