WordPress 3.0: Activating the Background Editor
Adding a color or image to your Web site’s background is not a very complicated thing to do if you are familiar with CSS. Luckily for those out there...
14 comments
Adding a color or image to your Web site’s background is not a very complicated thing to do if you are familiar with CSS. Luckily for those out there...
14 comments
For the longest time, WordPress and WordPress MU have been two separate entities. Word on the street was they were attempting to merge the two platforms, but many of...
12 comments
I was developing a WordPress site for a client who required multiple images for each of the products that they offered. Instead of uploading each one through the WP...
7 comments
This tutorial is no longer up-to-date. Please check out A Better Voting System for WordPress for a more secure and efficient approach. I needed to create a simple way...
41 comments
When you have completed a post in WordPress, you have the ability to save it as a draft, publish it immediately or schedule a future date when it will...
9 comments
You may have noticed that I’m using a new syntax highlighter for my code snippets. I installed Ryan McGeary‘s WordPress plugin WP-Syntax which uses GeSHi (Generic Syntax Highlighter), a...
9 comments
Over the past couple of weeks I have been helping people out who have had their WordPress sites hacked into. Having your site hacked is the same as having...
4 comments
WordPress automatically places a line of text between your <head> tags which states the version you currently have installed. I have read that it is there for statistical reasons...
8 comments
Creating a page list in WordPress is super easy. All it takes is one function call: <?php wp_list_pages(); ?>. The only problem with the list is if you have...
40 comments
When WordPress 2.7 came out, there were a lot of new features, most of which probably passed by under your radar. I know I missed a bunch and thankfully,...
120 comments