My blog is atrilli.net
I already have a sidebar on the right by default of my theme, now I want one on the left. I already did the first part and now in my widgest "Sidebar 1 & Sidebar 2" show up. The only part I dont understand is where to i place the
<?php
if (!function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar One')) : // Each sidebar name
?>
<?php
endif;
?>
code if I want it on the left side and what exactly do I need to put in that code?
[Please post code snippets between backticks or use the code button.]