Add WordPress Dynamic Sidebars
Im using a wordpress theme called dovetail. It can be downloaded from wordpress.org (http://wordpress.org/extend/themes/search.php?q=dovetail)
It has one dynamic sidebar activated. The second is the ad-banner type space at the top not yet activated. (see functions.php file when you download the theme)
The project involves:
1)Activate the second ad-banner add and show me how to deactivate it in the future when in not running adds anymore.
2)Add 3 more dynamic sidebars and show me how to add more sidebars in the future, and deactivate them if i wont be using them.
I work with html but I’m limited with php. Based on discussions i researched, It seems to be pretty straight forward, i just can’t figure out how to add additional sidebars on my dovetail theme. Some related topics on adding dynamic sidebars:
http://codex.wordpress.org/Customizing_Your_Sidebar
http://brolly.ca/blog/wordpress/add-multiple-wordpress-widget-sidebar/
Adding multiple sidebars (and other elements) to your wordpress theme
http://www.balkhis.com/web-designs-resources/how-to-add-a-dynamic-sidebar-in-wordpress/
Thanks