Title: WordPress Sidebar remove?
Last modified: August 20, 2016

---

# WordPress Sidebar remove?

 *  [dev82](https://wordpress.org/support/users/dev82/)
 * (@dev82)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/wordpress-sidebar-remove/)
 * Hello Guys,
 * how can i remove my sidebar from only the first Page? not all pages when the 
   user click the next pages, only the first page.
 * my adress is: [](http://www.wie-wohnen-sie.de)
 * regards
 * Carsten

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/wordpress-sidebar-remove/#post-2204238)
 * [http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates](http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates)
 *  Thread Starter [dev82](https://wordpress.org/support/users/dev82/)
 * (@dev82)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/wordpress-sidebar-remove/#post-2204247)
 * Hi Samuel,
 * i know to create an own template. but how can i remove the sidebar.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/wordpress-sidebar-remove/#post-2204251)
 * in the front page template (index.php ?) use:
 * `<?php if( is_paged() ) get_sidebar(); ?>`
 * [http://codex.wordpress.org/Function_Reference/is_paged](http://codex.wordpress.org/Function_Reference/is_paged)
 * your problem will be to stretch that page to full width, as your theme does not
   have any ‘paged’ sensitive css classes.
 *  Thread Starter [dev82](https://wordpress.org/support/users/dev82/)
 * (@dev82)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/wordpress-sidebar-remove/#post-2204256)
 * oh that looks great! many thanks.
 * i have anonther question, how can i get the search from this page: [ to my site? ](http://www.thefancy.com)
 * i tried it with this java code: `
    <script type=”text/javascript”> $(document).
   ready(function(){
 *  $(“.btn-slide”).click(function(){
    $(“#header_search_area”).slideToggle(“slow”);
 *  });
 * });
    </script>`

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘WordPress Sidebar remove?’ is closed to new replies.

## Tags

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

 * In: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
 * 4 replies
 * 3 participants
 * Last reply from: [dev82](https://wordpress.org/support/users/dev82/)
 * Last activity: [14 years, 9 months ago](https://wordpress.org/support/topic/wordpress-sidebar-remove/#post-2204256)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
