Hi, I'm using Wordpress 2.8.4, default Kubrick theme. These are my problems
- Whenever I add a widget, I need to change themes for the widget to show
- I add the Search widget but it never shows up in my page
- When creating a new theme, the only way I get my sidebar to display is using dynamic_sidebar(1). Using like below doesn't work
functions.php
<?php register_sidebar(); ?>
sidebar.php
<?php dynamic_sidebar(); ?>
Any ideas?
thanks