View Single Post
Old 12-09-2006, 02:05 PM  
BigBen
Confirmed User
 
Join Date: Nov 2004
Location: scv
Posts: 2,299
Use the "get_links()" function. You can specify which categories to display...

Code:
get_links(category1);
<img src="..." />
get_links(category2);
...
All the parameters can be found in the codex... http://codex.wordpress.org/Template_Tags/get_links
BigBen is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote