Thanks Oliver Campion but can i get a side bar that i can pit adcode in and also i want header bar too. I am greatful for the help though
To do this without a plugin, you’d need to do the following for each widget area …
1) Register the new widget area with a PHP function using register_sidebar()
2) Inject the widget area into your child theme in the relevant place or use a hook to render it in the footer and JavaScript to move it into place
3) Use some CSS to make sure it is displayed correctly
Oliver
should i put this in the header section or or theme header