That's the default way of coding sidebar files to support widgets but here's a workaround. Open sidebar.php and find this line:
PHP Code:
<?php if (!function_exists('dynamic_sidebar') || !dynamic_sidebar()) : ?>
Move it downwards until right before this line:
PHP Code:
<?php endif; ?>
This will make your widgets appear AFTER the search, recent entries, and Flickr stream sidebar items.
If you want your widgets to appear BEFORE those three, do the opposite. Move up <?php endif; ?> until it's right after the first line of code.
Hope that makes sense to you. 

Originally Posted by
releaser
Hello. I'm using the Cutline 3 column split theme and WP 2.8.5. Everytime I try to add widgets on any of the left or right sidebar the other things (search, recent entries, etc.) disappears. Tried this on 2.8.6, same thing. How do I get around this please? Thank you very much.

Bookmarks