Posted on 25 June 2009
Here are the WordPress plugins I recommend, and use on my own blogs. 1. HeadSpace2 – Download HeadSpace 3.6.27 Here HeadSpace is a powerful all-in-one plugin to manage meta-data and handle a wide range of SEO tasks. With it you can tag your posts, create custom titles and descriptions that improve your page ranking, change the theme [...] Continue Reading
Posted on 23 June 2009
Let’s say you sell shirts from your osCommerce store and you want to offer a discount if customers purchase more than one shirt. For example: Buy 1 shirt = $6.99 each Buy 2 shirts = $5.99 each Buy 3 shirts = $4.99 each Etc. Continue Reading
Posted on 22 June 2009
Let’s say you sell candles from your ZenCart store and you want to offer a discount if customers purchase more than one candle. For example: Buy 1 candle = $5.99 each Buy 2 candles = $4.99 each Buy 3 candles = $3.99 each Etc. Setting this up is easy to do! Continue Reading
Posted on 19 June 2009
If you have tried adding straight HTML in your posts, you may have noticed that WordPress either deletes your code or it alters the look of your theme. This tutorial will show you how I add HTML to my own posts. First, to add HTML to your post, you need to encode your HTML. Continue Reading
Posted on 18 June 2009
You may have noticed that your widgets no longer work after upgrading to WordPress 2.8. This issue was brought to my attention a few days ago by a client who upgraded and then found they could no longer edit, add, or delete widgets. After toying around with things, I found the solution: Continue Reading
Posted on 15 June 2009
This tutorial will show you how to enable widgets in your WordPress theme sidebar.php file. Widgets allow you to add/remove content in your side bars without editing your template files. Excellent for users who are HTML/PHP challenged. The first step is to edit your theme’s functions.php file NOTE: If your theme does not include a functions.php file, create [...] Continue Reading