# Removing Sidebar on standard posts page

**URL:** https://discourse.roots.io/t/removing-sidebar-on-standard-posts-page/1255
**Category:** uncategorized
**Created:** 2014-02-18T18:52:32Z
**Posts:** 4

## Post 1 by @marmaladepanda — 2014-02-18T18:52:32Z

Hi,  
ive tried to add  
’archive.php’,  
'templates/content.php’  
to the arrays, but none of these get rid of the sidebar on the posts page.  
I’m not using any custom template for this page - can anyone tell me how to get rid of it?  
Thanks.

---

## Post 2 by @pelayo_mao — 2014-02-18T19:19:33Z

Content.php is not a page template. I don´t know if 'base.php would work. could you try?

---

## Post 3 by @ben — 2014-02-18T19:59:47Z

Add `is_archive` or `is_home` to the first array (not the page template checks)

---

## Post 4 by @marmaladepanda — 2014-02-19T12:30:18Z

thanks that worked a treat, ive done it before, I just forget things!
