I want to add sidebars or widgets to wordpress theme, I tried many tuts online but they failed because they are to outdated. My website link is here
I want to add sidebar in three column layout.
Thank you
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.
How to add a sidebar in the footer of a WordPress theme
Step 1.
Register your sidebars in functions.php
Step 2.
Create a template file and name it sidebar-footer.php and include the call to your sidebar
Note: for styling purposes you should wrap the above function call in a divI broke it into 3 widget areas for you with the css clases “footer-left”, “footer-center”, and “footer-right”
You will have to add the styles to display them in your css.
Example: clear any floated divs that come before this.
make sure the next div clears:both
Step 3.
In your footer.php or at the bottom of any of your templates add