• I’m modifying the kubrick template, and I’ve changed the php in my sidebar to get_links_list so that it displays my link categories. The problem that I’m having now is that the category name is not formatted the same as the ‘Archives’, ‘Admin’, etc. titles are on the sidebar (see http://www.thelionrampant.net/ashley/ if this isn’t making sense). All I really need to do is get an h2 tag around the title, but I can’t figure out how to do it (since the link formatting manager doesn’t work).

    P.S. What’s with the forum software? My password keeps getting rejected and I have to create a new account?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Instead of using get_links_list() to generate whole link list, try to use wp_get_links() [http://codex.wordpress.org/Template_Tags/wp_get_links] for each category?

    Thread Starter hesed2

    (@hesed2)

    That’s what I changed it from, becuase it didn’t display them by category. I guess I could use wp_get_links() and put in the individual link category, but this seems a little silly, there’s got to be an easier way than doing all this manual coding.

    I wanted to do this, too — although having to manually format each link category does force me to be more organized. But I agree, being able to add “before” and “after” txt to the link category name as well as to the link would be very very cool.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to format links?’ is closed to new replies.