I am having problems getting my links section to show up on my tabbed sidebar this is the code that i put in... This is the error I get...
This error means one thing: There is no such function wp_list_links. Reasons can be that the file with this function was not included before this sidebar is loaded or maybe it does not really exist in the system at all. Try uploading the files again.
Where do I find my links file in wordpress...are all of them the same pretty much? I have tried googling it but I dnt really know what to google...
Sounds like you are trying to get the bookmarks of the blogroll >>>? Or is this a plugin you are calling? If it is the blogroll, I believe this is what you are after: <?php wp_list_bookmarks('title_li=&categorize=0'); ?> PHP: Which shows each in a LI without a header, more options here: http://codex.wordpress.org/Template_Tags/wp_list_bookmarks