Open template documents: index.php, archive.php, single.php, page.php
Find & delete: <?php get_sidebar(); ?>
Thats all 😉
No, that is not the way to make changes – you need to use a Child Theme if you are going to modify any theme files.
If you want the menu in the sidebar why are you trying to remove it?
I have two options:
1. remove the whole left sidebar so I have the full screen for my text/pictures/etc.
2. keep the left sidebar and use it for the menu
Either way, you will need to modify the theme – so start by creating a child theme:
http://codex.ww.wp.xz.cn/Child_Themes
Where did the theme come from, BTW?
I am totally new to CSS, so I’m not sure how exactly to do this still based on this post.
I want to remove the sidebar from the main page but keep it for the blog page.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
See the above link by WPyogi to set up a Child Theme.
If it’s just a CSS change, you can probably use a Custom CSS plugin such as http://ww.wp.xz.cn/extend/plugins/custom-css-manager-plugin/ .
If you’re querying about CSS specifics, then it’s probably best for you to seek help from a CSS-specific forum such as http://csscreator.com/forum .