I want to show two column with a right bar filled with google adsense. How can i change the default one column layout of the page in wordpress theme?
Share
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 will have to edit the functions.php file and then manually add the area and the new sidebar into the page in the area you wish to do it.
so lets say it is index.php
you will open the functions.php file and then add this code
Create the widgets and sidebar section in the admin
You will then add this part to the page in the area you want it added. styled with Div and so on or however you need it done.
Let me know id this helps