General
test
Saturday, September 27th, 2008There are a two different ways you can insert code into your WordPress site to add functionality.
1. Add the code into the php file
2. Use widgets for your sidebar
In this tutorial we are mainly going to look at doing it in your php file and later we will look at using widgets. As we [...]

