I have been trying to change the sidebar in one of my page templates and I haven't been able to do it, it seems that it's because I am using wordpress 3.0.1 I need help.
This is what I have on my page template:
<?php get_sidebar(); //Include the Sidebar ?>
Right now it's pulling the file sidebar.php like my other page templates, but I would like it to pull my file sidebar-2.php
I have tried numerous things that I've found in your forums and on the internet, like:
<?php get_sidebar(2); //Include the Sidebar ?>
Or:
<?php get_sidebar(TEMPLATEPATH . 'sidebar-2.php'); //Include the Sidebar ?>
And others, but none of them are working, it either pulls sidebar.php or it pulls an error.
Please help me because I am going literally "NUTS"!