• I don’t want all the things that are coming into the sidebar and I would like to change where they display. How/where do I get to that code?

    I have 2 sidebars (editing a theme) and they are called thusly:
    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar 1') ) : else : ?>

    <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('sidebar 2') ) : else : ?>

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you have dynamic sidebars then login to the wp-admin backend and go to Appearance->Widgets. You can drag and drop sidebar widgets to where you want them, or remove them altogether.

    Thread Starter drumz

    (@drumz)

    apljdi,
    Thanks! I was just coming here to say I figured it out but you beat me to it (if you’re thinking I have been working on it that long, not this time d-)) but it took me a bit. I was actually trying to do everything in the sidebar.php file itself but this way is much easier ??

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dynamic sidebar – how to edit?’ is closed to new replies.