Hi There is a widget I would like to have in every page of my blog. It is a url (http://blablabla), and I thought that in order to not have to insert it manually every time I post something, I could place it somewhere in the stylesheet of my blog, probably the single.php template. I have asked in the PHP forum but got no good reply, perhaps this is a better option? thanks
Well if you have the latest wordpress, I think you can just go into the widgets area in your admincp and place it where you like, sidebar, footer, etc. That's the simplest way to get a widget to appear where you want aside from manually placing the code in a very specific spot in your template files as you suggested.