Is it possible to use widgets outside of the sidebar? When you assign them in the admin panel you have to drag them to your sidebar but I would like to implement a search function outside the sidebar. Can I do this?
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.
Absolutely. This thread in the WordPress support forums should get you going. It creates a new widget area ready called
Homepagethat can then be used in any of your theme’s template files:Your theme’s functions.php
The template file you want the Homepage widget in
Alternatively, you can use the My Custom Widgets plugin to do the same thing.