Can i use dynamic_sidebar('first-footer-widget-area'); directly in footer.php?Any change to made in functions.php page? I am using twenty ten theme.
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Here is complete code that runs this sidebar from
You can move this snippet around, but it might break styling. Also Twenty Ten is often upgraded with WordPress and by itself and you will need to create child theme for it so your changes stick. I'd first try to move widgets with CSS or maybe register separate sidebar if something specialized is needed. |
|||||||
|
|
Yes, you can place that code directly into any file and it will display the sidebar wherever you place it. |
|||
|
|