View Single Post
Old 06-20-2006, 05:24 PM  
Jace
FBOP Class Of 2013
 
Industry Role:
Join Date: Jan 2004
Location: bumfuck, ky
Posts: 35,562
WORDPRESS - anyone know how to manipulate the "get_links" code in wordpress?

I can't find any good tutorials on the web abut it, but I know that it can be manipulated to do what I want...because here is what they are giving me on one of my themes:

Code:
<ul><?php get_links(-1, '<li>', '</li>', '', FALSE, 'name', FALSE, FALSE, -1, FALSE); ?></ul>
but the problem is that this is just outputting a list of all the links without them being under categories, just a plain list all grouped together

what are the variables for this shit?
Jace is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote