Those are hard coded into the sidebar.php and you will need to do a little hack to be able to retain them. First of all make a backup of your sidebar file by saving it to your desktop.
In the sidebar.php look for this line:
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>
Copy it and then delete from its current position then scrol down to where the
<?php endif; ?>
code is and imediately above it paste the code you deleted earlier adding a
”
” before – it should look like this
<?php /* Widgetized sidebar, if you have the plugin installed. */
if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>
<?php endif; ?>
This is where your widgetise sidebar will now start and everything above it will be retained.
Note: The dynamic sidebar call code may differ from the above slightly but the principal is the same.
Good luck.
thnxx brooo worked very well
Bro u wanna ask for some thing else .. hope u can help me ….
Look i am using “register plus” plugin but there is problem which >>
when i test to register all things are alright except that when i finished all fields required and then click on “register” button ..
it redirect me to a blank page all the page is white and emty ..
what i can do to overcome this problem please 🙁
Try using another plugin.