Mar 18th, 2009 0 Comments
With all the WordPress themes available to WordPress users, it always surprises me how these incredible theme authors don’t take a few extra seconds to separate their theme’s trackback from the comments. It doesn’t look very professional and it can make it extremely difficult to follow a conversation in the comments. Separating your trackback and comments [...]
Continue reading...Mar 7th, 2009 7 Comments
In a few short years WordPress has become the first software bloggers turn to. There have been several software releases for WordPress, but the most recent WordPress 2.7 included enough changes that it is important for blog owners to understand the changes and how they will affect them. The following WordPress 2.7 tips will come [...]
Continue reading...Feb 1st, 2009 1 Comment
After a few different people requested Gravatar support in the comments for the popular Choice WordPress theme, I decided to look into it more carefully. I came across this great post by HackWordPress which gives you a small code snippet to add Gravatars to your comments loop. Since then, I’ve been adding Gravatar support [...]
Continue reading...Jan 18th, 2009 4 Comments
Dynamic Content to homepage If you want to include a specific file in your homepage you can use this code: <?php if ( is_home() ) { include (’yourfile.php’); } ?> where ‘yourfile.php’ is the file that you want to include in the homepage Use different post templates for different categories Lets say you have a video, product or author category [...]
Continue reading...Nov 8th, 2008 6 Comments
1. Download WordPress The very first thing you’ll want to do is download a copy of WordPress 2.0. So, go the WordPress site here, and look for the link that says “DOWNLOAD.ZIP.” You should see it on the right side of the page with a dark blue background. When you see the link, click on it, [...]
Continue reading...