I have one called sidebar.php and one called side-1.php.
The both have the following code:
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>
<?php endif; ?>
When i copy code for an ad in sidebar.php it shows up on the site. When I copy code for an ad in sidebar-1.php, nothing shows up. I would prefer to use the one sidebar-1.php, because I am assuming that is the one on the far right and sidebar.php is the one in the middle.
Any ideas on how i can post in the far right column?