Dynamic sidebar – how to edit?
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Dynamic sidebar – how to edit?’ is closed to new replies.