Support » Themes and Templates » Dynamic sidebar is only dynamic by switching themes

  • Resolved icetbr

    (@icetbr)


    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

Viewing 1 replies (of 1 total)
  • Thread Starter icetbr

    (@icetbr)

    Sorry, a cache plugin was activated. Still getting some problems, but I’ll make more tests now the plugin is disabled

Viewing 1 replies (of 1 total)
  • The topic ‘Dynamic sidebar is only dynamic by switching themes’ is closed to new replies.