Hi all,
I have a wordpress theme which includes a custom sidebar.php file which I have created. This all works fine. I have a new requirement for a free html pod to be added to the sidebar and thought I would be able to use the standard wordpress text widget to achieve this.
However... when I add the text widget to the sidebar in the widgets section of the admin panel the new widget sidebar completely replaces the existing custom sidebar.php sidebar.
My question is how can I make use of the built in widgets alongside my own sidebar.php?
Thanks in advance.