Reply To: How to hide sidebar on main post page March 26, 2015 at 11:56 pm #6374 RonKeymaster Copy index.php onto your child-theme then rename it to home.php Add a no-sidebars class on the new file’s content div: <div id="content" class="no-sidebars cf"> Then remove the switch statement that calls for the sidebar on the bottom.