I have only recently started trying to edit the wp classic 1.5 template. I have switched my columns around so my blogroll etc etc is on the left, I now want to add in another column on the right hand side for links etc etc. What i have done is copy the sidebar.php and renamed it to rightbar.php. I have added the relevant code into my css.
The problem i am having is that the php get_rightbar() function that i am using does not find the function call.
I have also noticed that it does not change the name of the file rightbar.php to the Rightbar Template on the presentation editor like it does for index.php to Main Template. This is purely for assthetics i know, but i am wondering is this to do with the fact that my file is not linked into the theme correctly, and if so, how do i correct this?