Title: Problems with dynamic sidebar
Last modified: August 19, 2016

---

# Problems with dynamic sidebar

 *  Resolved [tombat24](https://wordpress.org/support/users/tombat24/)
 * (@tombat24)
 * [18 years ago](https://wordpress.org/support/topic/problems-with-dynamic-sidebar/)
 * Hi,
 * I’ve installed a new theme for my blog (www.latedeparture.com) but for some reason
   the design template does not pick up the dynamic sidebar functionality even though
   it seems to be defined in the sidebar.php template:
 *     ```
       <div class="main_left">
         <div align="left"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/spacer.gif" alt="" align="top" style="width:100px; height:290px"/>
           <br />
           <br />
           <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(__('Left sidebar','theme110')) ) : else : ?>
           <a href="<?php bloginfo('rss_url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/rss.gif" alt="" align="top"/></a>
       <br />
       <div align="center"><?php include (TEMPLATEPATH . "/searchform.php"); ?></div>
         <br /></div>
   
         <div class="widget_style" id="categories">
           <div class="sideblock">
             <h3>&nbsp;Category</h3>
             <ul>
               <?php wp_list_cats('sort_column=name&hierarchical=0'); ?>
       </ul></div>
       			</div>
   
       <br />
       			<div class="widget_style">
           <div class="sideblock">
             <h3>&nbsp;Archives</h3>
                 <ul>
       ```
   
 * Can anyone help?
 * Thanks a lot!
 * tom.

The topic ‘Problems with dynamic sidebar’ is closed to new replies.

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 0 replies
 * 1 participant
 * Last reply from: [tombat24](https://wordpress.org/support/users/tombat24/)
 * Last activity: [18 years ago](https://wordpress.org/support/topic/problems-with-dynamic-sidebar/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
