How to create a widget that will output whatever you like into the sidebar.
Here you will learn
- How to register your wordpress.org widget
- Output html java or php code with widget
- Add CSS or Java script to head of the theme
[php]
<link rel="stylesheet" type="text/css" href="/testwidget/testwidget.css” />
[/php]