Remove sidebar from posts page
-
Hi there,
I am trying to remove the sidebar from the page that gets the posts. I am aware that you can change it under page->select the page-> quick edit -> template dropdown-> Full-Width Page Template, No Sidebar. This, however, does not work. I do want the sidebar to remain on the homepage though, so the whole, “remove all widgets from sidebar” does not work either.
I am using the twenty twelve theme and the site can be found here:
https://www.visualvitals.com/
I did see that in the codex you can select a page by the name so I tried this:<?php if (!is_page('news')) {get_sidebar (); } else{} endif ?>
But that did not work either…
Any help would be greatly appreciated!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Remove sidebar from posts page’ is closed to new replies.