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.
|
feedback
|
|
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. | |||||||
feedback
|
|
Yes, you can place that code directly into any file and it will display the sidebar wherever you place it. | |||
|
feedback
|