I am new to theming with WordPress.
I have a theme layout with one column at the right side of the website.
Now on my homepage and one other page I don’t want to have a column at all.
How can I do this?
Any help would be appreciated.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you could get better help at wordpress.stackexchange.com but
to answer your question..
if you do not want the column on the right on your page and homepage.
i’m assuming you are trying to remove a sidebar. is that right?
go to your
index.phppage andpage.phpfile andtry to remove
<?php get_sidebar(); ?>and you should probably get rid of anydivsholding the sidebar.my 2 cents.