Alright, so I am working on a project that requires me to set up multiple columns in WordPress, how do we go about doing this? In this article, I will show you a simple example that you can implement in your own template/theme.
Read more »
Alright, wanted to jazz up the theme a little bit, so how do we go about getting our theme updated with a thumbnail. The simple way is we need to add the functionality to our theme. We do this by adding the following lines of code to our theme functions.php file.
Read more »
The Admin Area of WordPress is a whole other area that allows you to control what it is certain users have access to. You can remove the panels you don’t want, by adding the following to functions.php in your specific theme file set.
Read more »
Here is a fun little example of a jQuery slider. The nice thing about this is you can style it exactly how you want it to custom fit any style or theme you have created.
Read more »
Lately we have run into issues with wave of HTML5 and video playback on iPod Touch/Phones and on the iPad. Now in order to really practice what we preach, we need to make our videos playable on these devices.
Read more »