Title: Event orginiser
Last modified: August 21, 2016

---

# Event orginiser

 *  [garethv6](https://wordpress.org/support/users/garethv6/)
 * (@garethv6)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/event-orginiser/)
 * Hi Everyone
 * I have recently installed event orginser and was wondering if anyone knows how
   to remove the sidebars on the page. The page is not were it shows the calendar
   but the page that shows the event you clicked on.
 * Hope this makes sense
 * Thanks
 * Gareth.

Viewing 1 replies (of 1 total)

 *  [wiresplus](https://wordpress.org/support/users/wiresplus/)
 * (@wiresplus)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/event-orginiser/#post-4558510)
 * Conditional Tags. [See the codex.](http://codex.wordpress.org/Conditional_Tags)
 * [Here’s a related post](http://wordpress.org/support/topic/remove-sidebar-in-certain-pages?replies=7)
 * You need something like
 * > <?php if(is_page()){
 * <!– do nothing –>
 * } else {
 * <!– get sidebar code–>
 * } ?>
    in your page.php file. find the bit where it says `<?php get_sidebar();?
   >` and make it say
 * > <?php if(is_page(—)){
   >  } else { <?php get_sidebar(); ?> } ?> <?php endif; ?
   > >
 *  where — is the page number of the relevant page

Viewing 1 replies (of 1 total)

The topic ‘Event orginiser’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [wiresplus](https://wordpress.org/support/users/wiresplus/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/event-orginiser/#post-4558510)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
