CHAPTER 3

Setting Up Your WordPress.org Site

image

Your self-hosted WordPress site requires a little more effort, but the payoff is in total control of the look and function of your site.

Choose a Host for Your Site

Install WordPress via Your Host’s Auto-Installer

Get an FTP Application for Manual Installation

Download WordPress Software

Set Up the MySQL Database

Upload the WordPress Files

Complete the Configuration and Installation

Troubleshoot Installation Errors

Log In to Your Site’s Administrative Area

View Your New Site

Know the Administrative Screen

Get to Know the Dashboard

Get to Know the Toolbar

Check Your General Settings

Select Your Profile Settings

Choose a Theme

Install Your New Theme

Choose a Host for Your Site

A self-hosted WordPress site requires two things: a domain name, which was covered in Chapter 1, and a web hosting account. Choosing a good web host is important to ensure that your site is always available.

What Web Hosts Do

image

A web host provides a server (a computer with specialized software) that stores your site’s files and databases, and makes them available over the Internet. They also provide control panels which make it easy for you to manage a wide range of functions, such as managing site files or setting up email accounts.

WordPress Requirements

image

Running WordPress 4.1 requires that your web host provide two basic software packages: PHP version 5.2.4 or greater, and MySQL version 5.0 or greater. PHP is a scripting language, and MySQL is database software. Virtually any server today will meet these requirements, but it is always good to check. WordPress also recommends, but does not require, Apache or Nginx as the server software.

Your Requirements

image

Choosing a web host also depends on your requirements. Try to anticipate your future needs as much as possible. Will you be needing e-commerce? How many visitors are you trying to attract? Will you need to store a lot of large documents over time? Will you have the skills and time to manage your account and WordPress installation?

Types of Servers

image

There are three basic types of servers that web hosts offer: shared, VPS (virtual private server), and dedicated. On a shared server your site will be one of hundreds. On a dedicated server yours is the only site. VPS falls between the two: You share the server with a few other sites, but you are each separated in a way that is close to having a dedicated server. A good shared account is fine for most personal or small business sites.

Ignore Bright Shiny Hosting Objects

image

Do not pay attention to ads touting unlimited storage or bandwidth, and in particular, ignore ads with “super low” prices. Any good shared hosting account will allow you to store a lot of files and have a lot of visitors, but it is always limited. If you have an extremely large number of visitors, for example, you are asked to move up to a VPS or dedicated server. As for price, if you cannot afford $7 or more per month to promote your business, you need a new business plan. If that is too much for a personal site, consider using WordPress.com instead.

Managed WordPress Hosting

image

Many web hosts now offer a special type of shared hosting account aimed at WordPress users. Typically they provide automatic updating of WordPress, automatic backups, tools to ensure your site loads quickly for visitors, and specialized support for WordPress itself. These packages cost more — typically two to three times more than a regular shared hosting account — but they can save you a lot of time and potential headaches.

Checking Them Out

image

WordPress.org has a list of recommended hosts, which makes a good starting point. You should also search for online reviews and be sure to include “WordPress” in your search terms. Do not use hosting review sites, because many of them are just advertising; look for independent reviewers who go into the pros and cons. Then go to the support forum of a host you are interested in, and see what problems people are having and whether the problems are being resolved quickly.

What If It All Goes Wrong?

image

Computers break down, people make mistakes; the best web hosts sometimes have problems and maybe your website will be affected. Not to worry. If things go wrong, you simply move to a new host and point your domain name there. In fact, your new host will usually move your account for free.

Install WordPress via Your Host’s Auto-Installer

Virtually all web hosts today offer one-click installation of WordPress, so do not make this the reason for choosing a host.

In this example, the host offers an installer called Softaculous, but there are other installers, such as Simple Scripts or Fantastico.

Install WordPress via Your Host’s Auto-Installer

image

001.eps After you log on to your hosting account and go to its control panel, look for a section called Software or something similar.

001.eps Look for and click a link to an installer; in this case, Softaculous Apps Installer. Check the help function if you are not sure.

Note: Some hosts have a specific link for installing WordPress.

image

The script installer window opens.

001.eps In this example, WordPress is already on the Softaculous short list.

001.eps If WordPress is not visible, look under a CMS or Blog category, depending on the installer.

001.eps If all else fails, try searching for WordPress.

001.eps After you have located WordPress, click Install.

image

001.eps If you have more than one domain on this hosting account, make sure you are on the correct one.

001.eps Softaculous automatically inserts a directory name of “wp,” but in most cases you do not want WordPress in a special directory, so delete this.

001.eps Type the name of the database to be created.

001.eps The default prefix added to database tables is wp_. You can change this for a bit of extra security.

001.eps Type the name of the site.

001.eps Type the site description or tagline.

001.eps If multisite is offered, leave it unchecked.

image

001.eps Type your administrative username for logging into WordPress.

Note: Do not use “admin.”

001.eps Type your administrative password, making sure it triggers the Strong indicator.

001.eps Type the administrative email.

001.eps Click 9781119047759-ma005.tif and choose the language for the administrative area.

001.eps Click Install.

The success screen has links to your new site and to the WordPress admin login.

Get an FTP Application for Manual Installation

An FTP program, or file transfer protocol program, lets you easily move files from your computer to your web host. You need it to do a manual WordPress installation. Your host may provide an FTP utility through its control panel, but using an FTP program on your computer is usually faster.

FileZilla Client is a free, open-source FTP program that works with Windows, Macintosh, and Linux computers.

Get an FTP Application for Manual Installation

image

001.eps After starting your web browser, go to http://filezilla-project.org.

001.eps Click Download FileZilla Client. Do not click on FileZilla Server.

image

The FileZilla Client Download window opens.

001.eps Review the download options to find the version for your computer’s operating system.

001.eps Click the link to the version you need.

A download window opens. Follow the usual steps for installing a program to your computer.

Note: You will use your FTP client to upload files to your web host by way of your FTP address. Your FTP address is probably ftp://yourdomain.com as opposed to http://yourdomain.com, which is used to view your website. Check with your web host if you are not sure.

Download WordPress Software

Before you can upload WordPress to your web host for a manual installation, you first must download the software from WordPress.org. After this simple process, you are ready to complete your manual WordPress installation.

Download WordPress Software

image

001.eps In your browser, go to https://wordpress.org/download.

You can also click the Download WordPress button at the top right of every page at WordPress.org.

001.eps Click Download WordPress 4.1. The button displays the most current stable version number.

image

A download window, which varies with your computer’s operating system, opens.

Note: Be sure to save the file to a logical location on your computer, and make a note of that location. You will need it later during the uploading process.

001.eps The file you download is a Zip file, so you will need to extract or unarchive the files, depending on your operating system.

Set Up the MySQL Database

You need a MySQL database to run WordPress. No database, no site, so you need to set up the database before running a manual installation.

Go to your web host and log on to its control panel to get started. This example shows the widely used cPanel control panel, but every web host has an equivalent. Check with technical support at your host if you cannot find the appropriate link.

Set Up the MySQL Database

image

001.eps Click the MySQL set-up link for your hosting control panel. For cPanel, you would click MySQL Database Wizard.

001.eps Begin by typing a name for your database.

001.eps Most shared servers have a beginning portion of the database name which you do not control. Typically, this is your hosting account’s username.

Note: You need the full name (both parts) for your WordPress install.

001.eps Click Next Step.

image

001.eps Type a username.

001.eps As with the database name in the section “Install WordPress via Your Host’s Auto-Installer” (see step 9), the first portion of the username is determined by the server.

001.eps Type a password, making sure it shows Strong or Very Strong in the strength indicator.

001.eps Retype the password.

Note: Save looking them up later by recording the full username and password.

001.eps Click Create User.

image

001.eps The next window confirms the creation of the user.

001.eps At various points in the process, you may see the full database and usernames. If you have not yet recorded these, now is your chance.

001.eps To give the user you created — that is you, the administrator — all the privileges you require to set up and operate the database, click All Privileges (9781119047759-ma003.tif changes to 9781119047759-ma004.tif).

001.eps Click Next Step at the bottom of the screen (not shown).

image

A new screen confirms the user was added to the database.

001.eps Click Return Home.

You are back at the cPanel home.

Upload the WordPress Files

Time now to upload the files that you downloaded and unzipped from WordPress.org. Only after uploading these files to your server can the installation process begin.

Upload the WordPress Files

image

001.eps When you open your FTP client, FileZilla in this example, the files on your local computer appear in the lower left panel.

001.eps Type your host name into the Host field.

Note: The host is just your domain name. If that does not work, check with your host.

001.eps Type your username in the Username field.

Normally this is the username for your hosting account.

image

001.eps Type your password in the Password field.

Normally this is the password for your hosting account.

001.eps The Port field can be left empty unless you want to use secure file transfer (SFTP). Check with your host for that port number.

001.eps Click Quickconnect.

image

001.eps FileZilla shows the progress of the connection.

001.eps When connected, your web host directory appears in the right panel.

001.eps Navigate in the left panel until you find the folder containing the WordPress files you downloaded and extracted, and open that folder by double-clicking it.

image

001.eps In the right panel, open the public_html folder. It will most likely be empty, except for a folder called cgi-bin.

Note: public_html is the most common name, but another is httpdocs.

001.eps In the left panel, select all the WordPress folders and files.

001.eps Drag the highlighted items to the right panel.

001.eps The upload process takes several minutes, and you can watch the progress in the bottom pane of the FileZilla window.

001.eps When uploading is complete, you see all the WordPress files in the right panel.

Complete the Configuration and Installation

So far you have been getting ready to install WordPress. Now it is time to actually do the installation.

Complete the Configuration and Installation

image

001.eps Type your domain name in your browser and press .

001.eps Choose a language for your WordPress site by scrolling and clicking on it to highlight it.

001.eps Click Continue.

image

A window opens and reminds you of the information WordPress needs to create your configuration file.

001.eps Review the list of needed information — which you created when you set up your MySQL database — and make sure you have it all available.

001.eps The table prefix is an optional item if you want a bit of extra security instead of using the default wp_ prefix.

001.eps Click Let’s go.

image

The connection details window opens.

001.eps Type your MySQL database name.

001.eps Type your database username.

001.eps Type your database user password.

001.eps The default localhost is fine for most servers. Check with your host if you are not sure.

001.eps Click Submit.

001.eps If all went well, a confirmation appears. Click Run the install.

image

The Information Needed window opens.

001.eps Type your site title.

001.eps Type a username. Do not use “admin.”

001.eps Type a password, making sure it is strong.

001.eps Type your email.

001.eps If you do not want search engines to index your site, click this option (9781119047759-ma004.tif changes to 9781119047759-ma003.tif).

001.eps Click Install WordPress.

001.eps The Success window opens and shows your WordPress username. Click Log In if you are ready.

Note: WordPress emails your username to the email address you provided.

Troubleshoot Installation Errors

Things do not always go as planned, of course. When this happens with a manual WordPress installation, a bit of troubleshooting is usually all it takes to get back on track.

Trouble Uploading Files

Although the set of WordPress files is not very large (around 17MB), you might have a slow or interrupted connection. Most FTP programs are good at picking up where they left off, but if you are not sure it finished properly, just upload again, overwriting any existing files. Make sure you have entered your hosting account login for your FTP credentials (or whatever the hosting company gave you for FTP purposes). Do not create a new FTP account for this process, or you may run into file ownership issues.

Cannot See the First WordPress Install Screen

image

If you navigate to your site’s URL, and instead of the first WordPress installation screen you get a message saying the site cannot be found or is under construction, you may have uploaded the WordPress folder you got from WordPress.org rather than its contents. If so, just move the files out of the folder using FileZilla or your host’s file management utility.

Cannot Select Database

image

During the installation process, WordPress may let you know that it cannot connect to the database using the credentials you entered. Make sure you are correctly typing the password in particular, and that you have the correct database host name. Check with your host, or consult a list of some popular hosts’ hostnames at http://codex.wordpress.org/Editing_wp-config.php. If you think you may have copied the password incorrectly, go back to your hosting panel and re-enter the database user password.

Other Error Messages

image

If you complete the installation but the first time you log in to WordPress you get error messages, you are possibly missing a file or a file got corrupted on upload. Using your FTP program, upload all the WordPress files again, telling the program to overwrite the existing files. Make sure the Transfer Type is set to Auto (the default) and not to Binary or ASCii.

Never Change Permissions to 777

image

Sometimes you will read advice on the Internet to change the permissions on a file or folder to 777 in order to troubleshoot a problem. A numeric value of 777 for permissions means anyone can read, execute, or write, that is, change, a file. WordPress automatically sets all permissions during installation. Using your FTP program, it is possible to change permissions, but you should not need to and certainly never to 777.

Go Automatic

image

Web hosts began offering auto-installers precisely because things do occasionally go wrong for manual installations. It may be time to switch to this method of installing WordPress if you are still having issues. If your host does not offer this service, consider switching hosts.

You Can Always Start Again

image

If all else fails, and you still want to do a manual installation, you can delete everything, including the database, using your hosting control panel and start again. Before doing so, double-check that your host meets the WordPress requirements. If you are still having trouble and your hosting company is not providing sufficient help, you can really start again by getting a new host, pointing your domain there, and trying the install with it.

Log In to Your Site’s Administrative Area

To manage your self-hosted WordPress site, you need to log in to the administration area. This section outlines the two main ways of doing this.

Do not go to WordPress.com and try to log in. Your site is self-hosted and has nothing to do with WordPress.com.

Log In to Your Site’s Administrative Area

image

Log In from a URL

001.eps In your browser, type your domain name followed by /wp-admin and press

The browser takes you to your WordPress Log In page.

001.eps Type your WordPress username in the Username field.

001.eps Type your WordPress password in the Password field.

001.eps If you want WordPress to remember your computer for 14 days rather than 2 days, click Remember Me (9781119047759-ma003.tif changes to 9781119047759-ma004.tif).

Note: Do not use this if others can access your computer.

001.eps You can click the Lost your password link if you have forgotten your password.

001.eps Click Log In.

image

The Dashboard opens.

001.eps The lost password screen explains the process. After completing this screen, you receive an email with a link allowing you to change your password.

001.eps Type your username or administrative email.

001.eps Click Get New Password.

image

Log In from Your Site

001.eps Many WordPress themes have a default widget or a footer area that displays a Log In link. Click that link to get to the Login screen.

Note: If you want a Log In link on your site and it does not appear by default, you can add it using the Meta widget that comes with WordPress.

View Your New Site

The moment you completed the installation of WordPress there is a website set up. It does not contain much at this point, but all the basics are there and it is important to become familiar with them.

Note: Not shown in this screenshot is a footer area that appears on all pages.

image

001.eps The header area of the site contains items such as your site title, tagline, and possibly a header image or logo. Learn about controlling this area in Chapter 9.

001.eps These are individual widgets grouped in a widget area. Learn about widgets and widget areas in Chapter 8.

001.eps Whereas the default Twenty Fifteen theme does not show a menu by default, most themes do, and it usually appears somewhere in the header area. Learn about menus in Chapter 8.

001.eps This is a post, which is one type of content, the other being WordPress pages. Learn about creating written content in Chapter 5.

001.eps The comments area for this post. Learn about managing comments in Chapter 11.

Know the Administrative Screen

The power of WordPress is to enable easy management of your site content, design, and functions. This is done through a series of administrative screens, also known as admin screens, all of which share some common elements.

image

001.eps The left admin menu runs the height of the left side of all screens. From here you control your content, settings, theme, plugins, widgets, comments, and more.

001.eps The toolbar is the black strip across the top of all admin screens and can also appear on the front end of the site while you are logged in.

001.eps A Screen Options link appears on most screens, allowing you to control the display of meta boxes and other elements.

001.eps Most admin screens have a Help link which displays information about that particular screen.

001.eps The large gray area is where you will find the administrative tools for any particular screen. Here you see a list of all posts.

Get to Know the Dashboard

The Dashboard is the administrative home page for your self-hosted, WordPress.org installation. From the Dashboard, you can get a snapshot of the state of your site as well as the WordPress community.

When starting out with WordPress, the Dashboard is an important part of getting to know the administrative area.

image

001.eps The Welcome to WordPress box has a series of links to key functions like adding posts or pages, or managing widgets or menus. You can dismiss this box when you are comfortable finding your way around.

001.eps At a Glance gives you overall totals for various types of content, as well as listing the version of WordPress you are running and what theme is active.

001.eps Activity lists your most recent items published and the most recent comments on your site.

001.eps Quick Draft allows you to make a quick draft post you can return to later and finish.

001.eps WordPress News keeps you up to date with what is happening in the WordPress community.

Get to Know the Toolbar

The toolbar for self-hosted sites, visible at the top of both the back end and front end of your site when you are logged in, gives you quick access to the administrative functions you most need. You can remove the toolbar from the front end of your site, as explained in the section “Select Your Profile Settings.”

image

001.eps Drop-down menu links to information about WordPress.org and to support.

001.eps When on the front end of the site, this drop-down menu links to frequently used administrative modules. When on the back end of the site, clicking the site name takes you to the home page of the front end of the site.

001.eps Shows number of comments awaiting approval, if any, and goes directly to the Comments panel to moderate them.

001.eps The New drop-down menu on the toolbar makes it easy to add new posts, media file(s), pages, and users.

001.eps The Profile menu on the toolbar shows your username, along with your Gravatar image (or a generic icon, as in this case). From the dropdown you can also edit your profile or log out of WordPress.

001.eps Clicking the magnifying glass slides out a search box.

Check Your General Settings

Whereas some of your site’s general settings were entered during the installation process, there are a few more you need to check before getting started on your site.

Check Your General Settings

image

001.eps On the left admin menu under Settings, click General.

001.eps The site title you entered during installation can be changed from here.

001.eps If you did an auto-install (see the section, “Install WordPress via Your Host’s Auto-Installer”), the tagline should already be changed. On a manual installation, it show the default “Just another WordPress site,” which you can change from here.

001.eps Do not change the WordPress address or site address unless you know what you are doing. It could break your site.

001.eps The administrative email address entered during installation can be changed here.

001.eps Leave the Membership option unchecked.

001.eps Leave the New User Default Role option at Subscriber.

image

001.eps Choose a city in your time zone from the drop-down menu.

001.eps Pick a date format (9781119047759-ma001.tif changes to 9781119047759-ma002.tif).

001.eps Pick a time format (9781119047759-ma001.tif changes to 9781119047759-ma002.tif).

001.eps Click 9781119047759-ma005.tif and choose the day the week starts on.

001.eps The site language you chose during installation.

001.eps Click Save Changes.

Select Your Profile Settings

Your profile contains settings that control how you view the admin screens and the way you are identified to visitors to your site.

Select Your Profile Settings

image

001.eps Click Your Profile under Users.

Note: You can also access Your Profile from the top right of the toolbar.

001.eps Click this option to disable Visual mode of the content editor during writing (9781119047759-ma003.tif changes to 9781119047759-ma004.tif).

001.eps Several color schemes are available for admin screens. See them in real time by clicking one (9781119047759-ma001.tif changes to 9781119047759-ma002.tif).

001.eps Click this option if you want keyboard shortcuts enabled when moderating comments (9781119047759-ma003.tif changes to 9781119047759-ma004.tif). Unless you get a lot of comments, leave this unchecked.

001.eps Click this option to hide the toolbar while viewing your site (9781119047759-ma004.tif changes to 9781119047759-ma003.tif).

image

001.eps Your username cannot be changed.

001.eps Type your first name.

001.eps Type your last name.

001.eps Type a nickname.

Note: The nickname defaults to your username; for security you should change it.

001.eps The Display Name Publicly As dropdown defaults to the username.

image

001.eps Once you have entered some names, the dropdown shows your choices. Click 9781119047759-ma005.tif and choose the public identity you prefer.

001.eps Creating a user requires a username and an email address. You can update the email from here.

001.eps The website address entered here may be used by a theme when displaying site authors.

image

001.eps The short biography entered here is sometimes used by themes when listing authors on a site.

001.eps You can change your password here.

001.eps Re-enter your new password.

001.eps The indicator shows how strong your password is based on the instructions.

001.eps If you have logged in to WordPress on multiple devices, this button becomes active and logs you out of all other instances of WordPress.

001.eps Click Update Profile.

Your profile is saved and a confirmation message appears.

If you changed your public identity, the new name appears at the top right of the toolbar.

Choose a Theme

Self-hosted WordPress blogs have nearly limitless options when it comes to themes — the set of files that control the look and layout of your site. Finding a great-looking theme is easy these days, but you need to look beyond the bright shiny front ends. In this section, you find some key questions to be asked before you try or buy.

There are a couple of default themes that come with your WordPress installation. It is important to keep these in your theme library even if you are not using them. They can be important for backup or testing purposes in case of issues down the road.

Theme Types

image

Many themes are built to display content in specific ways or offer features that appeal to a particular kind of site owner. Consider the purpose and content of your site. If you are a photographer or ad agency, you might search for portfolio themes. If you are selling products, look for catalog/e-commerce themes. There are themes aimed at all kinds of businesses, from real estate to restaurants to bands.

It Is Not Just about Appearance

image

Although a theme controls the look of your site, it does much more. For example, WordPress has a menu system, but one theme may offer only a single menu location, whereas another offers three. Note: If the theme does not use the WordPress menu system, find another theme. Others do more than they should, such as search engine optimization (SEO), which is best handled by a plugin. Ask yourself if you would want the function even if you got rid of the theme; then it belongs in a plugin.

Ease of Use

image

Themes can take very different approaches to the way they are administered. You may find one approach easier than another. Therefore, it is important to try out the administrative side of a theme, not just view a demo of the front end. Fortunately, WordPress makes it easy to install, activate, and delete themes, so test-drive as many as you need.

Theme Frameworks

One type of WordPress theme is called a framework. The idea is that there is a parent theme common to all kinds of child themes. The parent does most of the work, and the child themes give the site its appearance. The advantage here is that you do not have to lose functionality or learn new ways of doing things when you switch the look of your site. Those are common problems today because themes vary so greatly between different makers. A framework is a way of future-proofing your WordPress site, saving you time and money.

Responsive or Not?

image

A responsive theme means that it adapts to the type of device the visitor is using: desktop, tablet, smartphone, and so on. Most themes created since 2013 are responsive, but you always need to check. If you find a theme you like which is not responsive, WordPress can install a plugin fairly easily that will display your theme to mobile users using a special mobile theme.

Free Themes

image

There are only two places from which you should get a free theme: the Themes Directory at http://wordpress.org/extend/themes or a reputable commercial theme maker offering a free sample. Anywhere else and you risk getting not only a poor quality theme, but one with malware. You can search the Directory right from your WordPress installation by clicking Appearance in the left admin menu and then the Install Themes button to search.

Commercial Themes

image

Commercial or premium themes refer to themes you pay for. In addition to high quality features and coding, you should expect to get fast support, but none of this is guaranteed, so you still need to do your homework. These themes do not appear on your site’s Appearance/Install Themes search. You can find links to commercial theme makers at http://wordpress.org/themes/commercial.

Custom Themes

image

You can get a custom theme in two ways: Take an existing theme and change its coding, or have a theme built from scratch. Customizing an existing theme is the less expensive and more common route to take, because typically you only need to change some aspects of design or add an additional function or two. Building a theme from scratch may be necessary, though, if you need a lot of very specific functionality. In either case, you need to hire a designer and/or developer who is experienced with WordPress.

Install Your New Theme

You can install and activate free themes from the WordPress directory more easily than you can change your clothes. Installing commercial themes is only slightly more involved.

This section assumes you already chose a theme by following the guidance in the previous section, “Choose a Theme.”

Install Your New Theme

image

Themes Selected through Install Themes on Your Site

001.eps Click Appearance on the left admin menu.

001.eps The Themes panel opens and displays all themes in your theme library. Which default WordPress themes are installed depends on the current version of WordPress.

001.eps Click Add New.

image

The Add Themes screen opens. You are now viewing the WordPress themes directory from within your administration area.

001.eps You can search through the directory using a number of filters.

Note: You see large thumbnails of each theme as you browse. Mouse over a theme and you see an Install and a Preview button. Clicking Preview shows you a demo of the theme.

001.eps Type the name of your chosen theme in the search box. When you finish typing, WordPress automatically searches.

image

This example searches for the Carrot Lite theme.

You should see a large thumbnail of your theme. Mouse over to see the Install button.

001.eps Click Install.

001.eps WordPress displays the completed steps as it installs the theme. This should take only a few seconds.

001.eps Click Activate to make the theme active.

WordPress activates the theme and returns you to the Themes screen.

image

001.eps A success message confirms that you have activated a new theme. Always watch for success messages when taking an action in WordPress.

001.eps Your newly active theme appears at the top left of the list of installed themes.

When you buy a theme or get a free theme from a commercial theme maker, you need to download the theme files and do a manual installation. Fortunately, WordPress makes the process very simple.

image

Themes Installed Manually

001.eps Download the theme from the seller’s site, or if you have been searching at WordPress.org, you can download a theme there. Themes should be in a zipped file.

001.eps Save the file to your computer.

Note: Do not extract it; leave it as a Zip file.

001.eps In the left admin menu, click Appearance.

001.eps Click Themes.

001.eps Click Add New at the top of the Themes screen.

image

The Add Themes screen opens.

001.eps Click Upload Theme.

The Add Themes screen changes to allow you to choose a file for upload.

image

001.eps Click Choose File and browse your computer to find your theme’s Zip file.

001.eps When you have selected it, the file name appears beside the Choose File button.

001.eps Click Install Now.

WordPress lists the progress of your installation.

001.eps When the theme is successfully installed, click Activate.

The Themes screen opens with the new theme activated at the top left of all the installed themes.

image

When WordPress Says It Cannot Install the Theme

001.eps Sometimes the Zip file you download from a commercial theme maker contains additional files, such as Photoshop files.

001.eps Inside that downloaded Zip file is another Zip file, which is the actual theme, and the file that you need to upload to WordPress.

Note: Check inside the extracted theme folder for a ReadMe.txt file, which may have additional installation instructions.

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

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