Premium Theme Buying Tips

shopping-cart.jpg It’s a new world out there for WordPress theme authors. They (including me) don’t mean to harm the theme users (you), but they’re simply new at this premium themes game. Luckily, Small Potato (yours truly) is here to help.

Before we get to it, first of all, not all premium themes are actually top notch themes. They’re basically called premium because you have to pay for them. Also, I’m personally responsible for spreading the “free premium themes” virus (which I regret). Theme authors are using that term so liberally that it has lost its meaning.

Second, assuming that someone great at creating and releasing free themes will be or is great at creating and releasing premium themes is a very dangerous assumption. This isn’t about not trusting your favorite free-theme author to do the right thing; it’s about protecting yourself and making sure your money will be well spent.

Do you recognize the theme author?
Although it isn’t a real quality indicator, if you don’t know how to thoroughly inspect and review a WordPress theme, the first thing you should look for is a recognizable name. Have you used any theme from that author before? How big is his or her blog? Is there a portfolio? The more established the author the more he or she has to lose if his or her product goes wrong.

Is everything within this theme…legal?
Theme authors and web designers / developers in general tend to use external resources like free icons, images, and scripts to help ourselves speed up the process or help us fill in the gaps that we’re not so good at. That’s nice and all for free themes. However, when you have to pay, make sure they have permission to sell those icons, images, and scripts to you.

Like I mentioned, the premium themes market is a new game for theme authors. We’re not being lazy or trying to harm you. The fact is not everyone knows what to do. But of course, that fact shouldn’t be an excuse. The best you can do is help them help you.

What your premium theme author should tell you is:

  • Yes, they’ve all been licensed for commercial use and here’s proof.
  • Yes, I (or we) do have permission to commercially redistribute or resell those images, files, or scripts in question.

What are the features and hidden options?
In short, give me the goodies. Some themes come with extra features and options that theme authors often neglect simply because they’re about developing themes, not marketing. Look for features like theme options, asides, featured posts, and custom page templates or layout variations.

You could be looking at a real gem and not know it.

Is there a FAQ and how’s the support?
At this point, your premium theme author probably made up the questions on the Frequently Asked Questions page, but a thorough FAQ page can be a very helpful guide for discovering hidden features, answering basic customization concerns, and solving installation problems.

While you’re at it, find out what kind of support you’ll get. Does the theme author have a forum or message board for you to post complicated questions? Support through email is a pain, not just for the theme author.

Is there a live demo or preview?
Typically, there’s a live demo or preview so you can check it out before purchasing. If there’s no demo or preview, that should be a warning sign. Anyone serious about selling a premium theme should have a demo. Otherwise, there has to be a really good reason for not having one.

If there is a demo, bust out your magnifying glass and start inspecting.

Is it well organized and evenly spaced?
Regardless of how and why, an organized and well-spaced layout makes everything easier to use and look at. If something looks out of place, make sure that problem area will be easy to fix. If it’s not easy to fix and you’ll get no support then…doh!

Are the XHTML and CSS codes valid?
Whether they are valid or not doesn’t really affect you. You probably won’t even notice a thing. At the base of it, valid codes simply means the codes have been organized and closed correctly. Valid coding isn’t a hard thing to do. If there are invalid codes, your premium theme author should have a good reason for it. Otherwise, run.

Grab the address of the live demo and its sub pages. Start validating the XHTML codes. As for validating CSS, while you’re using the theme’s demo:

  • Go to View > Source (from your browser)
  • Find the address of the stylesheet, which looks something like this: yourblog.com/wp-content/themes/Theme-Name/style.css
  • Enter that address at the CSS validator page.

A positive validation result page for both should look green. Below is an example of a positive validation result.

valid.png

In simple terms, XHTML controls your structure and CSS controls the styles.

Does it have cross-browser compatibility?
Basically, does it look the same in both Firefox and Internet Explorer? Your blog readers, not all of them use Firefox and not all of them use Internet Explorer. You should cover both bases.

Regardless of how each browser interpret codes differently, it’s important for your blog or premium theme to not change according to what browser the user’s using.

(Firefox and Internet Explorer are used as examples because they are the most popular. You can also test for Safari and Opera browsers.)

Have the sidebar widgets been styled?
Nowadays, asking whether a sidebar is widget ready should be out of the question because the answer is they should be. But, what’s also important is whether the author spent any time styling for sidebar widgets. Your sidebar might look fine, but you never know until you start using sidebar widgets.

This a bit hard for novice users to check on so just ask the theme author.

Does the sidebar content come after the main content?
This is simply a bonus for SEO-minded users. Sidebar content coming after the main content in the source codes simply mean search engines like Google will scan the main content before scanning the sidebar content. This is usually a problem when a theme uses a left sidebar, which typically means the sidebar comes first.

A left sidebar coming after the main content is possible if the author knows how to manipulate the CSS codes to do so. Again, this is a bonus, not a requirement.

If there’s left sidebar, go to View > Source again and look for the left sidebar content, does it come before or after the main content area?

Are there installation and usage instructions?
WordPress themes are getting more and more complicated to install and use to the fullest extent. Installation and usage instructions aren’t, but should be requirements.

If the author boasts about custom page templates, does he or she give you instructions on how to use those custom page templates?

Does the archive template make use of excerpts?
Without a robot.txt file to control the behavior of search engine spiders, scanning your blog for content, you have to rely on using

the_excerpt

function for the archive pages to help search engine spiders distinguish your front page from your archive pages. You can get penalized for having duplicate content, which you didn’t mean to, but it just so happened that you front page is identical to your archive page while not using excerpts.

Using excerpts to prevent duplicate content isn’t much help, but something is better than nothing.

Is it missing any basic template functions?

wp_head

,

wp_footer

,

wp_link_pages

are the most common missing functions.

wp_head

and

wp_footer

are often used by WordPress plugins to help you manipulate your blog.

wp_link_pages

is used for displaying links to posts with multiple sub sections. It should be in the single.php and page.php files.

(You can’t check on the above functions until you have the actual theme files.)

Are there unnecessary codes?
(Again, this level of inspection is best when you actually have the theme files.) Something like trying to display the comments number link on single post view pages (single.php) is unnecessary because the comments number link will not show up on single post pages.

What does the error pages look like?
On the demo, purposely go to a page that doesn’t exist to see what the error message or error page layout looks like. You can do the same thing again by searching for a random keyword, through the search form, that you know there’s no result for.

What plugins are comptabible or have been integrated with this theme?
If some plugins have been integrated, are there instructions on how to install, use, and customize them? Are there any known plugins that the theme isn’t compatible with?

What versions of WordPress is it compatible with?
By default (November 27, 2007), your premium theme should be compatible with WordPress version 2.3.1. If it’s also compatible with previous versions like 2.2 and 2.1 then it’s a bonus.

What are the licenses and usage limits?
Does the author allow you to redistribute in-whole or in-part (not likely)? How many domains are you allowed to use this theme on? If you’re a developer, does the author provide a developer license, which allows you to reuse that premium theme for your clients’ projects?

That’s the end of my list. I’m sure there are many more concerns or quality measures I haven’t covered. You’re welcome to contribute to this list.

What's Next?
Related Posts
sg:

great list SP - its gonna help me tons with my new project, thanks!

How people give away theme they developed, I wonder. I want to give away my theme too.

As I read this, I’ve just realized it what good theme should be.

Helpful list, thanks :]

I know I would definitely be looking for support and a clear understanding of the designer’s use of any licensed material, and what my rights are for usage with the theme. Thanks for a great list, SP!

Great list! Just another SP original benchmark..
Btw, what about the sitemap issue?

Thank’s before.

That’s a classy list. Thank you so much!

Thanks, a very useful article. Now all we need is a “premium theme selling tips” one. :)

How can a premium theme seller control what the buyer does with the theme?

I just got that question on my site, and I’m wondering if I should just give the buyer freedom to do what they want with the theme after buying. If they want to sell it to their clients… how will I be able to stop them?

I also look at price. I wonder who will break(go lower) the now standard of $99 & $249 dev packages?

@Christian: There are themes cheaper than this… my two premium themes are priced at $29/$79 and $49/$99 for theme/theme+psd.

As my question above. I would I control what you use your theme for? All I can control is what I give you.

Zwi - Sitemap is a clear cut issue. So far, I haven’t seen any good sitemap with premium themes.

Red - Selling tips? I’ll think about it :)

Magnus - You can’t control people, but you can at least make it illegal for them to resell your stuff. That’s what the developer license is for. Allow them to reuse your materials (not completely) for their own or their clients’ projects.

Send Money Moneybookers ?

Excellent post SP!

As for code validation, is it ok if the CSS has warnings? (Obviously not errors).

Warnings are okay :)

[…] over at WPDesigner has posted a long post with tips when buying a premium wordpress theme. If you are unsure about buying any of my themes, then this is a definitely a good […]

Phew!!

I’m trying to make my work more valid these days, but, trying to stop the CSS validator from showing warnings seems to be nearly impossible, without sacrificing how you want the design to look.

About cross-browser compatibility:

I design websites & make themes on a weekly basis and I am so tired of getting css heavy themes to work in IE6, I decided not to work with it.

My themes are always IE7, Opera and Firefox checked, but I do not check them for IE6. I just take a couple of browser shots to see if the main elements are in order.

By the way, my new design is up, and Small Potato, I would like to hear your words about it :)

http://www.turkhitbox.com

[…] Small Potato, over at WPdesigner, gives us tips for buying premium WordPress themes. […]

[…] lot of patience and commitment to keep things rolling.Sometime back, Small potato wrote these tips http://www.wpdesigner.com/2007/11/27/premium-theme-buying-tips/ for people buying a premium theme. I suggest this list to anyone trying to sell WP themes.You […]

Interview - Sadish Balasubramanian. Popular wordpress theme designer

We all love his themes, they are simplistic, elegant and classy. I love them for their versatility and user friendliness while some claim that they are easy to tweak and clean by code. Well, Sadish is a software professional in the US. He’s a very popu

[…] Original post by WPDesigner […]

Very cool post. A good few points I never considered. Thanks.

Excellent post :D

This is just a great article!

Me, coming from some time of Joomla! experience, is wondering, that the WP-Theme-Market is rather small, compaired to joomla themes.

b7x0:

An excellent article for theme buyers, and even better for theme designers, as it gives us an idea of our customers expectations.

Thank you.

An excellent article for theme buyers, and even better for theme designers, as it gives us an idea of our customers expectations.

Thank you.

This is just a great article!

Me, coming from some time of Joomla! experience, is wondering, that the WP-Theme-Market is rather small, compaired to joomla themes.

I enjoyed the tips.

It is very helpful.

Thank you

Numty:

And does it have a variety of nice tailored print.css options to choose from?

Reply
Comment Policy
  • Theme support questions should be posted at the support forums.
  • Name and Email are required. Email is never published.
  • You grant this site perpetual license to reproduce your words and name/website in attribution.
  • Inappropriate comments will be removed at my discretion.
Close
Powered by ShareThis