Hi
Sometime ago you gave me some code to create extra sidebars, you supplied two parts to the code. The first part was to register the code and the second part to use the additional sidebar. I have successfully used the first part to register an extra sidebar which shows up in the widget area of my website, but I do not know where to put the second part of the code (< ?php dynamic_sidebar(‘sidebar-3’); ?>). So at the moment I can see the additional sidebar in my widget area but cannot access the sidebar when I want to use it as a Template linked to a page. Can you tell me where I need to insert the second part of the code < ?php dynamic_sidebar(‘sidebar-3’); ?>.
Thanks