Turn WordPress into a Shop

PLEASANT PRAIRIE, WI - NOVEMBER 28: Holiday sh...
Image by Getty Images via Daylife

An interesting plugin which can help you turn your blog into a real life shop is called WP e-Commerce. It includes a number of features including a full stock control, the ability to handle variants and the ability to purchase premium plugins to handle a whole bunch of different features.

You may use the plugin to sell anything you like, from jokes all the way to jewellery. You may not get all the functionality you find when yo ubuy Amazon books, but the reality is that it’s code and it’s up to you to make any changes you like, if you’re so inclined of course.

So go ahead, and get selling. See if you can make your living online.

The essential Top 10 WordPress Plugin guide

Have you ever wondering what plugins you should be using on your blog? Well, a number of people have taken the trouble to compile Top 10 lists of what they thing are the best plugins. Here’s a collection of different articles designed to point you in the right direction. Check them out:

Interesting collection I thought and better reading than the instructions on the back of a box of the best fat burners you can find. So go forth, read the Top 10 guides and try out some new plugins today.

Three links for WordPress developers

I’ve come across a great post called Three links for WordPress developers, which is such a gem I thought it should be reproduced here. Here’s what the post recommends:

  • WordPress Coding Standards. I used to be a big fan of the “curly bracket on it’s own line” but many years ago that was beaten out of me. Coding standards can be a subjective preference, but they’re very useful when reading code created by others.
  • Data Validation. It’s vitally important that the data your web application accepts is checked for any malicious code. The new $wpdb->prepare() function is something every WordPress plugin author should be using if they have to use the database directly.
  • WordPress Nonces. A nonce makes sure that a request you’re sending your blog was one you meant to send. Without a nonce, another site could have your browser load an image on it’s site pointing at your blog’s admin page to do an administrative task. You don’t want another site fooling your browser into doing something malicious do you? See Cross-site request forgery on Wikipedia for more.

If you’re a WordPress developer these tips should be basic information for you, but they consist of advice the some people neglect, to their peril. Unfortunately, the people who suffer end up being the ones running the plugins. One of the last few hacked blogs I cleaned up belonged to someone who was on holiday in one of these fancy hotels; basically his blog had been hacked through a plugin that didn’t validate input data correctly. It was a known exploit and there had been an update to the plugin, but he wasn’t aware of it and suffered the consequences. So keep these tips in mind and test, test, test

WordPress Mobile Edition

Have you checked how your WordPress blog looks on a mobile device? Some themes look fine, but more often than not they can look a right mess. Images can be displaced, look huge or just totally break your site. This is where WordPress Mobile Edition comes in. It detects if your blog is being viewed on a mobile browser and if it is, is switches the theme to a special mobile-friendly one. This means that users on mobiles get a good rendition of your website.

The great thing about the plugin is that all you need to do is install the plugin and it will take care of everything for you. No messing around with themes or stylesheets or images; the plugin does it all. So next time you look at your website you won’t see that giant exit sign in the middle of the page.

Download it here: WordPress Mobile Edition

WordPress 2.7 round the corner

All the signs are pointing to the imminent release of WordPress 2.7. They’ve rolled out the Release Candidate (running on this blog now), and it’s been rolled out to WordPress.com. This means that barring any major catastrophe, it will be with us in the next few days (I’ve heard the 10th December bandied around).

I’m also working hard on the next iteration of WP Auctions, the plugin you can use on WordPress to auction items right off your blog. There are some changes to be made to make use of all the features in the new version of WordPress, but there are also a host of other features that should make the plugin much easier to use and help pull people to your blog. It doesn’t matter if you’re selling used cisco equipment or peanuts, you know this is the plugin for you ;)