Full width archive page

Hi,

I am trying to create a full width archive blog page. I know the archive page can be customized in content.php. I was wondering if there is a way I can exclude the sidebar from that page but keep it in single blog content? And how can I add some static content above the loop.

Thanks.

My article about how to display or hide the sidebar will explain the basics.

It’s just a matter of finding the right conditional (is_home() could work if I’ve understood correctly). If you need two or more conditions then you can write a (potentially very simple) boolean function to create your own.

Thanks. That helped :slight_smile: