WordPress Plugins database keeps growing and now contains more than 15,000 plugins. Here are my Top 5 must have WordPress Plugins that I install at almost every WordPress site.
Author Archives: Kaiser
WordPress updated to 3.2
It’s been a long time since I last updated the blog. A lot has happened since then and I will be covering them in near future. Continue reading
WordPress updated to 3.0.3
WordPress has release another security update for the WordPress. This time it is related to remote publishing interface and users that have remote publishing enabled are advised to update to version 3.03.
Download it here http://wordpress.org/
How to Use WordPress’ built in Script Libraries – Tip
Aside
WordPress comes with a lot of built in Javscript libraries, frameworks, plugins..etc that you can use in your themes with a single line of code. You will find a list of scripts bundled with WordPress here. I will show you how to add “Jquery” and “Prototype” to your themes.
Coding the Header of WordPress Theme
In our previous tutorial we built a very basic blank WordePress theme from scratch. Building Blocks of WordPress Theme.
Today we’re going to design and code the header.php of our theme and then call that header from our index.php.
WordPress Security Update 3.02
WordPress has released a security update for WordPress. WordPress 3.02 is a mandatory security update and can be downloaded from here. You can also update it automatically from your admin dashboard .
Building Blocks of WordPress Theme
Today we’re going to begin building our WordPress Theme. I’m sure that there is a lot more basics that we haven’t covered yet but we’ll get to that later on. One of the best way to learn something is to start doing it with your own hands.