Chapter 11

Finding and Installing WordPress Themes

In This Chapter

arrow Finding free WordPress themes

arrow Distinguishing between safe and unsafe WordPress themes

arrow Downloading, installing, and activating themes

arrow Browsing and installing themes from your Dashboard

arrow Going with commercial themes

In previous chapters, I cover how to use the WordPress platform to publish your posts and pages. In those chapters, you discover how to categorize your posts, build your link lists, and set the publishing and profile options on the WordPress Dashboard. In this chapter, I focus on the visual look and format of your blog — in other words, how other people see your blog after you start publishing your content.

In Chapter 10, I introduce WordPress plugins and discuss some of the thousands of free plugins you can use to add functionality to your blog. Similarly, thousands of free themes are available for you to download and use. This chapter shows you where to find them and takes you through the processes of downloading, installing, and using them.

As a bonus, in this chapter, you find out how to access and download five free WordPress themes that I’ve created exclusively for readers of this book.

Getting Started with Free Themes

WordPress comes packaged with one very useful default theme called Twenty Eleven (named after the year it was released in version 3.2 of WordPress). Most bloggers who use WordPress usually don’t waste any time at all in finding a theme that they like better than the default theme. The Twenty Eleven theme is meant to get you started. Although you’re not limited to the default theme, it’s a very functional theme for a basic blog. Feel free to use it to get you started on your way.

Free WordPress themes, such as those I discuss in Chapter 15, are popular because of their appealing designs and their ease of installation and use. They’re great tools to use when you launch your new blog, and if you dabble a bit in graphic design and CSS (Cascading Style Sheets), you can customize one of the free WordPress themes to fit your own needs. (See Chapter 13 for some resources and tools for templates and template tags, as well as a few great CSS references.) Also see the nearby sidebar “Are all WordPress themes free?” for information about free versus premium themes.

By using free themes, you can have your blog up and running with a new design — without the help of a professional — pretty fast. And with thousands of themes available, you can change your theme as often as you want.

Finding free themes

Finding the theme that fits you best may take some time, but with thousands available, you’ll eventually find one that suits you. Trying out several free themes is like trying on different “outfits” for your blog. You can change outfits as needed until you find just the right theme.

In July 2008, WordPress launched the official WordPress Free Themes Directory at http://wordpress.org/extend/themes (see Figure 11-1).

remember.eps The WordPress Free Themes Directory isn’t the only place on the web to find free WordPress themes, but it’s the place to find the most functional and safe themes available. Safe themes contain clean code and basic, fundamental WordPress functions to ensure that your WordPress blog functions with the minimum requirements. The WordPress.org website lists the basic requirements that theme designers have to meet before their theme is accepted into the themes directory; you can find that listing of requirements at http://wordpress.org/extend/themes/about.

Figure 11-1: Find the right theme for your blog in the WordPress Free Themes Directory.

9781118383162-fg1101.tif

Avoiding unsafe themes

warning_bomb.eps Unsafe themes, on the other hand, are developed by people who are looking to take advantage of the blog owners who use them. These particular themes are not allowed in the official WordPress Free Themes Directory. They contain elements such as the following:

check.png Spam links: These links usually appear in the footer of the theme and can link to some pretty unsavory places. The designers of these themes hope to benefit from traffic from your site. They count on the idea that most blog owners won’t notice the links or know how to remove them.

check.png Malicious code: Unscrupulous theme designers can, and do, place code in theme files that inserts hidden malware and/or virus links and spam. Sometimes you see a line or two of encrypted code that looks as though it’s just part of the theme code, and unless you have a great deal of knowledge of PHP, you may not know that the theme is infected with dangerous code.

The results of these unsafe theme elements can range from simply annoying to downright dangerous, affecting the integrity and security of your computer, hosting account, or both. For this reason, the official WordPress Themes Directory is intended and set up to be a safe place from which to download free themes. WordPress designers develop these themes and upload them to the theme directory, and each theme gets vetted by the folks behind the WordPress platform. In the official directory, themes that contain unsafe elements are simply not allowed to play.

tip.eps If you suspect or worry that you have malicious code on your site — either through a theme you’re using or a plugin you’ve activated — the absolute best place to get your site checked is the Sucuri website (http://sitecheck.sucuri.net/scanner), which offers a free website malware scanner. Sucuri provides expertise in the field of web security, for WordPress users in particular, and even has a free plugin you can install to periodically check your WordPress site for malware and/or malicious code: http://wordpress.org/extend/plugins/sucuri-scanner/.

tip.eps My strong recommendation for finding free themes is to stick with the official WordPress Free Themes Directory. That way, you know you’re getting a clean, quality theme for your blog. You can rest assured that themes from the official directory are safe and free of spam and malicious code.

Previewing themes

While you’re visiting the WordPress Free Themes Directory, you can easily browse the various themes by using the following features:

check.png Search: Type a keyword in the Search box in the center of the page (refer to Figure 11-1) and then click the Search Themes button. A new page opens, displaying themes related to the keyword you searched for.

check.png Featured Themes: These themes are listed in the center of the themes directory, randomly. WordPress changes the featured themes listing regularly.

check.png Most Popular: These themes have been downloaded most often.

check.png Newest Themes: These themes are the latest to be added to the directory.

check.png Recently Updated: These themes have been updated most recently by their designers.

When you find a theme in the directory that you want to take a closer look at, click its name to open a page that describes that theme (see Figure 11-2):

check.png Download: Click this button to download the theme to your computer.

check.png Preview: Click this button to open a new window that shows what the theme looks like in a live blog.

Figure 11-2: Download or preview a particular theme from the WordPress Free Themes Directory.

9781118383162-fg1102.tif

Downloading themes

To download the theme you want, follow these steps:

1. Click the Download button on the theme page (refer to Figure 11-2).

The theme files show up on your computer as a compressed .zip file.

2. Use your favorite decompression program to unpack the files to your own computer.

3. Connect to your web server via FTP and upload the entire theme folder to the /wp-content/themes/ directory of your web server. (You can also upload the theme zip file on the Dashboard via ThemesInstall ThemesUpload.)

You find the /wp-content/themes/ folder in the WordPress installation directory on your web server.

Activating a New Theme

When you have uploaded the theme to your web server, you can activate it by logging on to your WordPress Dashboard and following these simple steps:

1. Click the Themes link in the Appearance menu.

The Manage Themes page opens, listing all the themes currently installed in your /themes directory. The active theme is shown in the Current Theme section at the top of the page. All available themes you may have uploaded to your web server are shown in the Available Themes section (see Figure 11-3).

tip.eps Available themes appear on the Manage Themes page in alphabetical order. If you have a lot of themes in your /themes directory, you’ll see ten to a page, with Next and Previous links to help you navigate all the themes available for your blog.

2. Click the name or thumbnail image of the theme you want to use.

A preview window opens, showing you what your blog will look like with this new theme applied (see Figure 11-4). The preview window also has basic theme configuration settings so you can customize your theme before you activate it. You can customize items such as site title and tagline, theme colors, header and background images, and the static front page so that your theme is ready to go when you activate it. If you skip the customization step, you can return to the Manage Themes page and click the Customize link in the theme description to revisit the customization page.

Figure 11-3: Themes displayed on the Manage Themes page on the WordPress Dashboard.

9781118383162-fg1103.tif

Figure 11-4: Theme preview window on the WordPress Dashboard.

9781118383162-fg1104.tif

tip.eps Click the Cancel button in the top-left corner of the preview window to close the theme without customizing or activating it.

3. Click the Save & Activate button.

This button resides in the top-left corner of the preview window.

WordPress applies the theme you chose to your blog.

Browsing and Installing Themes from the Dashboard

Earlier in this chapter, I cover how to find and install a new theme on your WordPress blog by downloading it from the WordPress Free Themes Directory, uploading it to your web server via FTP, and activating the theme within your WordPress Dashboard. The WordPress platform does give you a much easier way to browse the Free Themes Directory to find, preview, and install themes on your site without ever leaving the comfort of the WordPress Dashboard. The following steps show you how to do it:

1. Click the Themes link in the Appearance menu of your WordPress Dashboard.

The Manage Themes page opens.

2. Click the Install Themes tab at the top of the Manage Themes page.

This opens the Install Themes page.

3. Search for a new theme.

On the Install Themes page, you can search for a new theme by keyword, author, or tag. You can also further filter the results by using the Feature Filter check boxes that allow you to filter theme results by color, columns, width, features, and subjects. The Install Themes page is shown in Figure 11-5.

4. Preview a new theme.

After you search for a new theme, the search results page displays a list of themes for you to choose from. Click the Preview link underneath the theme of your choice to view a sample of how the theme looks. Figure 11-6 shows a preview of a theme called Pink Touch 2, which I found by searching for the keyword Pink on the Install Themes page.

5. Install a new theme on your blog.

After you find a theme you like, click the Install Now link next to the theme name to install the theme on your blog. This installs the theme and loads the Installing Theme page on your Dashboard with a message telling you that the theme installation was successful.

6. Activate the new theme.

Click the Activate link shown on the Installing Theme page to activate, display, and use the new theme on your site.

Figure 11-5: Find new themes on the Install Themes page on your WordPress Dashboard.

9781118383162-fg1105.tif

Figure 11-6: A preview of the Pink Touch 2 theme on the Install Themes page.

9781118383162-fg1106.tif

remember.eps At the beginning of this chapter, I mention that the only themes found in the official WordPress Free Themes Directory are free and vetted by the WordPress folks; you can trust that these themes are not only free of charge, but also free of any virus or malicious code. The same holds true for the themes you find by using the Add New Themes feature on your WordPress Dashboard. This feature hooks into the official WordPress Free Themes Directory, so you are sure to find only those themes that are free and safe.

Deciding to Use Commercial Themes

As WordPress becomes more and more popular, I keep seeing many different business models crop up around the web that focus on providing WordPress users with commercial services and support, such as custom design, consulting, and development, for example.

Commercial WordPress themes have become a very popular way for talented designers to provide a service they are very passionate about (designing themes) while making a little money for their efforts at the same time. Commercial themes are also known as premium themes. There are many schools of thought as to what makes a theme premium as opposed to free. Actually, the topic of what is considered premium and what is not, with regard to WordPress themes, is guaranteed to spark passionate debate among designers and theme users alike. However, almost everyone agrees there are indicators of premium themes, for example:

check.png High quality: Very high-quality graphic design and CSS development.

check.png Flexibility and ease of use: A theme structure with functions that make it very easy for users to customize and adjust the theme to suit their own needs. This includes, but is not limited to, altering the header graphic/logo and color scheme and changing images and icons.

check.png Comprehensive documentation: Provides the user with extensive instructions on how to use the theme, especially if the theme has multiple features and customization options.

check.png Supported: Premium themes are fully supported by the designer who created them. Typically, when you buy a premium theme, you should expect full support on the use of that theme for as long as you’re using it.

check.png Expensive: Premium themes are not free. I’ve seen pricing on premium themes in the range of $10 to $500.

remember.eps This is not to say that some free themes don’t have some, or all, of the features I just listed — it’s just that, for the most part, they don’t. Keep in mind that just because a designer calls a theme premium doesn’t mean that the theme has passed through any kind of official quality review. One designer’s view of what constitutes a premium theme can, and will, differ from the next.

tip.eps Fully investigate any theme before you put money down on it. Some things to check out before you pay:

check.png E-mail the designer who is selling the premium theme and ask about a support policy.

check.png Find people who have purchased the theme and contact them to find out their experiences with the theme and the designer.

check.png Carefully read any terms that the designer has published on his site to find out any restrictions that exist with licensing.

check.png If the premium theme designer has a support forum, ask whether you can browse through the forum to find out how actively the designer answers questions and provides support. Are users waiting weeks to get their questions answered? Or does the designer seem to be on top of support requests?

check.png Do a search in Google for the theme and the designer. Often, users of premium themes post about their experiences with the theme and the designer. You can find out a lot of positive and, potentially, negative information about the theme and the designer before you buy it.

Although premium themes are cropping up all over the web, a handful really stand out with quality products and services. The following three commercial theme providers are tried and true, with a very stable and successful following of clients who use them.

check.png iThemes: Cory Miller and his team of designers and code wranglers provide a total of 30 premium themes available for purchase, with prices ranging from $79.95 to $199.95 each. You can also purchase an all-in-one package that includes all themes for $499.95. All theme purchases at iThemes include full support on the use of the theme(s) for the lifetime of your membership at iThemes. The iThemes premium themes can be found at http://ithemes.com.

check.png StudioPress: Created by long-time WordPress user, expert, and veteran Brian Gardner, StudioPress offers a variety of high-quality premium WordPress themes that you can purchase with a starting price of $59.95. You may also purchase an all-inclusive themes package starting at $249.95. Theme purchases at StudioPress include a complete support package with access to a support forum staffed by people who are ready to assist you with your most burning questions. You can find StudioPress and browse through its premium theme offerings at http://studiopress.com.

check.png Press75: Jason Schuller is the creative genius behind Press75, which is a nice option for those looking for quality, premium WordPress themes. You can purchase a subscription starting at $175.00 for access to all the themes in Press75’s portfolio for one year, and $375.00 gets you access to the themes for a lifetime — including any new theme releases Jason puts out during that time. Jason’s themes are of superb quality and you’re sure to find something for everyone on the Press75 website at http://press75.com.

tip.eps You can’t find, preview, or install commercial themes using the Add New Themes feature on your WordPress Dashboard (covered in the previous section of this chapter). You can find, purchase, and download premium themes only at an official third-party website. After you find a premium theme you like, you need to install it via the FTP method that I cover in the “Downloading themes” section in this chapter. You can find a very nice selection of premium themes on the WordPress website: http://wordpress.org/extend/themes/commercial.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.14.70.203