Title: [Plugin: WooCommerce] sidebar are missing
Last modified: August 22, 2016

---

# [Plugin: WooCommerce] sidebar are missing

 *  [Arkpra](https://wordpress.org/support/users/arkpra/)
 * (@arkpra)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-woocommerce-sidebar-are-missing/)
 * Hello.
    I’m trying to add a sidebar to the page: [http://tinyurl.com/arkpra](http://tinyurl.com/arkpra)
   I do not know how to do it. I tried tips
 *     ```
       // WooCommerce fix
       remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10);
       remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10);
   
       add_action('woocommerce_before_main_content', 'my_theme_wrapper_start', 10);
       add_action('woocommerce_sidebar', 'my_theme_wrapper_sidebar_end', 10);
       add_action('woocommerce_after_main_content', 'my_theme_wrapper_end', 10);
       ```
   
 * It does not work.
    Please help. Best Arek

The topic ‘[Plugin: WooCommerce] sidebar are missing’ is closed to new replies.

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [Arkpra](https://wordpress.org/support/users/arkpra/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-woocommerce-sidebar-are-missing/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
