Ok I have the Template I want But There Is No Blogroll/Link Category does anyone know the code I need to add to the sidebar template?
Are you sure the category is created in your dashboard? Most themes come with blogroll / links as standard - what theme are you using?
the theme is sky3c. i'm very new to wordpress been using blogger. I've tried everything I can in dashboard but no joy. the theme came from http://themes.wordpress.net/
Hmm, yes weird that the theme doesn't have a blog roll - maybe the themes list is the blogroll? Anyway, there's different code for the links, depending how you want it to appear but have a try with this code. <?php get_links_list(); ?> Code (markup): Make sure you backup your sidebar.php before changing the code!!
Nice one. Yeah you have to be careful where you put the code as it can mess things up - that's why it is always best to backup the file before playing around with it.