Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
WordPress for Education
WordPress for Education

WordPress for Education: Create interactive and engaging e-learning websites with WordPress book and ebook

By Adam Scott
€19.99 €13.98
Book Jun 2012 144 pages 1st Edition
eBook
€19.99 €13.98
Print
€24.99
Subscription
€14.99 Monthly
eBook
€19.99 €13.98
Print
€24.99
Subscription
€14.99 Monthly

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Jun 12, 2012
Length 144 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781849518208
Vendor :
WordPress Foundation
Category :
Table of content icon View table of contents Preview book icon Preview Book

WordPress for Education

Chapter 1. Installing and Configuring WordPress

Running our own hosted WordPress installation will provide us with power and flexibility that is not available through free blog services. In this chapter, we'll walk through the process of installing WordPress on a server. Once WordPress is installed we'll explore the WordPress dashboard interface, learn the difference between posts and pages, and adjust our site's settings.

Installing WordPress

To power our site, we will need access to a web server. This can be achieved by either purchasing a web hosting account or discussing web hosting possibilities with the IT department within our institution.

As of version 3.2 or later, the requirements for WordPress are PHP 5.2.4 or greater and MySQL 5.0 or greater. If these acronyms seem frightening, don't worry, just be aware that PHP is the web scripting language that will power our WordPress installation and MySQL is the database that will store all of our content.

Many educational institutions have begun to offer WordPress installations to faculty, staff, and students. These installations come free-of-charge with a domain name already in place. Speak with your IT department to see if your school provides this service.

If your institution does not provide WordPress installations, we will cover two additional ways in which WordPress can be installed. If you plan to purchase web hosting from a third-party company, follow the instructions in the purchased hosting portion of the chapter. If your institution or IT department provides web hosting services, but does not provide WordPress installations, follow the instructions for manually installing WordPress.

Purchased hosting

Installing WordPress is a relatively straightforward procedure. In fact, the WordPress team has dubbed it the Famous 5-Minute Install. It can, however, require a bit of technical know-how. For that reason, I recommend using a web hosting service that offers a "one-click" WordPress installation. Essentially, this means that the service will run the installation for us.

Choosing a web host can feel a bit overwhelming. Luckily, WordPress offers a list of recommended web hosts (http://wordpress.org/hosting/). Each of these hosts, with the exception of Laughing Squid, offers "one-click" installations of WordPress and due to their wide use among the WordPress community, it is often easy to find solutions to any hosting related technical problem. While these are the hosts recommended by WordPress, nearly any modern commercial web host will meet the WordPress requirements. If you are interested in performing a manual WordPress installation, follow the instructions given in the in-house hosting portion of the chapter.

The hosts recommended by WordPress are:

Once we have selected a web host, the next step is to choose an appropriate hosting plan. For a simple class site, the basic plan of nearly any web host will work well. For sites that utilize the WordPress MultiSite or BuddyPress features discussed later in the book, we may need to choose something more robust. These sites tend to use more bandwidth and require a larger database, making a more fully-featured hosting plan a wise decision. If you are unsure of which plan will work best for your site, contact the hosting provider and they will guide you to the service that is best suited for your needs.

I have had a very positive experience working with Media Temple's Grid-Service hosting. At $20 per month, it is the most expensive hosting option listed, but I am currently using a single account to power several WordPress installations, including a BuddyPress site.

Installing WordPress with purchased hosting

The first step in setting up our hosting is obtaining a domain name. Domain names are the public address of your site and must be purchased and renewed annually. The cost of domain registration varies but is most often around $10-$15 per year.

To register our domain, we must find an available domain name. A domain name is a unique identifier such as example.org. Domain names end with top-level domain names such as .com, .net, .org, or .info. For educational use, I recommend avoiding .com as it is designed for commercial services and as the most commonly used domain extension, it is also the most difficult to find available domain names.

Note

Example URLs

Throughout this book I will use example.org as our sample URL. Anywhere you see example.org, it should be replaced with your unique URL.

Once we have found a suitable domain name, we can continue setting up an account with our chosen hosting provider. With our hosting account activated, we are ready to install WordPress. MediaTemple offers its customers a service entitled 1-Click Applications, which will install a WordPress site. Each hosting company listed will have their own unique interface and clear documentation for this service, but look for choices such as 1-Click Applications or Simple Scripts.

At this point of the installation we will be asked to name the database and provide a database table prefix. By default these are wp, but for security reasons it is recommended that the user should change the name to something unique. For the sample site, we will use something more descriptive to name the database and database prefix. Using descriptive names will prevent future confusion should we install more WordPress sites at a later date.

  • Database name: wpcourse

  • Database prefix: course_ (note that the database prefix is followed by an underscore)

Finishing the installation

To complete the installation, we will visit the WordPress Welcome page. To access this page, type http://example.org/wp-admin/install.php in your browser (remember to replace example.org with the name of your site).

From the Welcome page, we are able to enter the title of our site, create a username and password, enter our e-mail address, and choose if we would like our site to be available to search engines such as Google and Bing.

Note

Choosing a username

By default WordPress selects admin as the username. For security reasons, it is advisable to choose a unique name.

Once the information has been entered, click on the Install WordPress button to complete the installation process. We will then receive a success message and be given the option to log in to WordPress. WordPress is now installed and our site is live!

Manually installing WordPress

Some educators may be lucky enough to have access to institution running web hosting accounts. Speak with your IT department about this possibility and ensure that the servers meet the PHP and MySQL requirements needed to run WordPress. In this scenario, we may need to perform a manual installation of WordPress.

Before performing a manual WordPress installation, we will need two crucial pieces of software: an FTP program and a text editor.

FTP (File Transfer Protocol) programs allow us to transfer files from our computer to a web server. FileZilla (http://filezilla-project.org) is an open source FTP program that is available cross platform (Windows, Mac OS X, and Linux).

Text editors allow us to edit text files in a range of formats. When installing WordPress manually, we will use our text editor to make changes to the WordPress PHP files. If you do not already have a specialized text editor, both Windows and Mac OS X come pre-equipped with basic text editors (Notepad for Windows, Text Edit for Mac OS X, and Nano or gedit for Linux).

With our FTP program and text editor, we are ready to complete the Famous 5-minute install process.

  1. 1. Download WordPress: Visit WordPress.org, available through download, and unzip the latest version of the WordPress software.

  2. 2. Create a database: The most common means for creating a database is to use the tool phpMyAdmin. This is a web page that allows us to administer our MySQL databases. If phpMyAdmin is not already available, documentation and a download link are available through http://phpmyadmin.net.

    Note

    Institutionally managed accounts may not permit users to install phpMyAdmin, but may provide other means for creating databases. Speak with your IT administrators to gain a clear understanding of your institution's policies.

    • Within phpMyAdmin, create a database by clicking on the Databases tab, naming the database in the Create new database textbox and clicking on the Create button. In this example, I've called the database wpcourse.

    • Be sure to note the following information about your database:

      • The Database name is the name you have given the new database.

      • The Database username is the username you use to log in to the database.

      • The Database password is the password you use to log in to the database.

      • The Database host is the name given by the host. This is typically localhost.

        Of these, only the database name is generated by us. The remaining information should be supplied by the IT department or hosting provider.

        In this example installation, my database information is as follows:

      • Database name: wpcourse

      • Database username: administrator

      • Database password: xyz123

      • Database host: localhost

    Note

    The database host

    The majority of hosting companies use localhost as the database hostname, but it may vary depending on provider. The WordPress Codex provides a list of database hostnames for a number of popular hosting companies (http://codex.wordpress.org/Editing_wp-config.php). If you are working with the IT department at your institution, speak with them regarding the database host information.

  3. 3. Create a copy of the wp-config-sample.php and rename the file wp-config-sample-copy.php. This ensures that there is a backup of the initial wp-config file.

  4. 4. Rename the wp-config-sample.php file to wp-config.php. This file is located in the main directory of the downloaded WordPress folder.

  5. 5. Fill in your database details in the wp-config.php file. To do this, open wp-config.php with your text editor and locate the following:

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'putyourdbnamehere');
    
    /** MySQL database username */
    define('DB_USER', 'usernamehere');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'yourpasswordhere');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    

    To edit the file:

    • Replace putyourdbnamehere with your database name. In our example, this is wpcourse.

    • Replace usernamehere with your database username. In our example, this is administrator.

    • Replace yourpasswordhere with your database password. In our example, this is xyz123.

    • If necessary, replace localhost with your MySQL hostname.

      This information will now be changed to look something like this (be sure to use your own database information):

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', wpcourse);
    
    /** MySQL database username */
    define('DB_USER', 'administrator');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'xyz123');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    
  6. 6. Update the WordPress security keys within the wp-config.php file. The security keys are a long, random collection of characters used to encrypt user information. To create the security keys visit https://api.wordpress.org/secret-key/1.1/salt/.

    This will create a set of random keys such as:

    define('AUTH_KEY', 'mJZ!HZUYS^EGrg~I5xJLCdnQ|xq?%56c;~@l7g5)Eb2n+I/zrv<cqBdFtjA^jp%/');
    define('SECURE_AUTH_KEY', 'NH#,QsmxIV 1ig~~{;|~T<i-x+_(`En>+Z?;@H+tg%/w/AbNb|]u9?HB>I*W8]>0');
    define('LOGGED_IN_KEY', 'CfC-VBrKNXYiR9d.V&Wj=IJ/P)_3fNgBq(- u9HW 2kD[KpX,.$n&K}|kvVa{}+l');
    define('NONCE_KEY', '%Vo8&Fq+fy78f4mJE`QoXcrW<Qw:|TvDu<f~Dtl]$Hr|h@:l,sC{CmJ/z,ZMv1g(');
    define('AUTH_SALT', '`+>ED885rL]r4TLU.P77m23.x$=<-@--<JEC>aKd0{{bM5VIc54]g*b6T[c>aUVM');
    define('SECURE_AUTH_SALT', 'm^{}c[1Fx/FT!3<5OP+_H^E0+p.W<rV|ADSxT =DMHkTaPnrdxY6R!bJbrzSoeJM');
    define('LOGGED_IN_SALT', 'WapX3 yi;iG<x-&T)}qEAF18_J#<%wSHjMS*6cWTp=I:WWb|N|}L_84KE4>muI6N');
    define('NONCE_SALT', '?a2b|4pawNj4.4YX;n9LZGxXW/|?zd@JJ(|AlO*@VdUna-*[$VQQ*6-_MF{olRcP');
    

    Add the security key to the wp-config.php file by copying it and replacing the default keys contained within the file.

  7. 7. Upload WordPress to the server. Using the credentials supplied by your IT department/web host, access your server through the FTP software and drag the entire contents of the WordPress directory to your server.

  8. 8. Run the installation. Run the WordPress installation script by going to http://example.org/wp-admin/install.php in your browser and filling in the appropriate information.

This covers the basic installation of WordPress. The WordPress Codex has a variety of instructions covering a range of hosting options and can serve as an excellent resource (http://codex.wordpress.org/Installing_WordPress).

Installing WordPress


To power our site, we will need access to a web server. This can be achieved by either purchasing a web hosting account or discussing web hosting possibilities with the IT department within our institution.

As of version 3.2 or later, the requirements for WordPress are PHP 5.2.4 or greater and MySQL 5.0 or greater. If these acronyms seem frightening, don't worry, just be aware that PHP is the web scripting language that will power our WordPress installation and MySQL is the database that will store all of our content.

Many educational institutions have begun to offer WordPress installations to faculty, staff, and students. These installations come free-of-charge with a domain name already in place. Speak with your IT department to see if your school provides this service.

If your institution does not provide WordPress installations, we will cover two additional ways in which WordPress can be installed. If you plan to purchase web hosting from a third-party company, follow the instructions in the purchased hosting portion of the chapter. If your institution or IT department provides web hosting services, but does not provide WordPress installations, follow the instructions for manually installing WordPress.

Purchased hosting

Installing WordPress is a relatively straightforward procedure. In fact, the WordPress team has dubbed it the Famous 5-Minute Install. It can, however, require a bit of technical know-how. For that reason, I recommend using a web hosting service that offers a "one-click" WordPress installation. Essentially, this means that the service will run the installation for us.

Choosing a web host can feel a bit overwhelming. Luckily, WordPress offers a list of recommended web hosts (http://wordpress.org/hosting/). Each of these hosts, with the exception of Laughing Squid, offers "one-click" installations of WordPress and due to their wide use among the WordPress community, it is often easy to find solutions to any hosting related technical problem. While these are the hosts recommended by WordPress, nearly any modern commercial web host will meet the WordPress requirements. If you are interested in performing a manual WordPress installation, follow the instructions given in the in-house hosting portion of the chapter.

The hosts recommended by WordPress are:

Once we have selected a web host, the next step is to choose an appropriate hosting plan. For a simple class site, the basic plan of nearly any web host will work well. For sites that utilize the WordPress MultiSite or BuddyPress features discussed later in the book, we may need to choose something more robust. These sites tend to use more bandwidth and require a larger database, making a more fully-featured hosting plan a wise decision. If you are unsure of which plan will work best for your site, contact the hosting provider and they will guide you to the service that is best suited for your needs.

I have had a very positive experience working with Media Temple's Grid-Service hosting. At $20 per month, it is the most expensive hosting option listed, but I am currently using a single account to power several WordPress installations, including a BuddyPress site.

Installing WordPress with purchased hosting

The first step in setting up our hosting is obtaining a domain name. Domain names are the public address of your site and must be purchased and renewed annually. The cost of domain registration varies but is most often around $10-$15 per year.

To register our domain, we must find an available domain name. A domain name is a unique identifier such as example.org. Domain names end with top-level domain names such as .com, .net, .org, or .info. For educational use, I recommend avoiding .com as it is designed for commercial services and as the most commonly used domain extension, it is also the most difficult to find available domain names.

Note

Example URLs

Throughout this book I will use example.org as our sample URL. Anywhere you see example.org, it should be replaced with your unique URL.

Once we have found a suitable domain name, we can continue setting up an account with our chosen hosting provider. With our hosting account activated, we are ready to install WordPress. MediaTemple offers its customers a service entitled 1-Click Applications, which will install a WordPress site. Each hosting company listed will have their own unique interface and clear documentation for this service, but look for choices such as 1-Click Applications or Simple Scripts.

At this point of the installation we will be asked to name the database and provide a database table prefix. By default these are wp, but for security reasons it is recommended that the user should change the name to something unique. For the sample site, we will use something more descriptive to name the database and database prefix. Using descriptive names will prevent future confusion should we install more WordPress sites at a later date.

  • Database name: wpcourse

  • Database prefix: course_ (note that the database prefix is followed by an underscore)

Finishing the installation

To complete the installation, we will visit the WordPress Welcome page. To access this page, type http://example.org/wp-admin/install.php in your browser (remember to replace example.org with the name of your site).

From the Welcome page, we are able to enter the title of our site, create a username and password, enter our e-mail address, and choose if we would like our site to be available to search engines such as Google and Bing.

Note

Choosing a username

By default WordPress selects admin as the username. For security reasons, it is advisable to choose a unique name.

Once the information has been entered, click on the Install WordPress button to complete the installation process. We will then receive a success message and be given the option to log in to WordPress. WordPress is now installed and our site is live!

Manually installing WordPress

Some educators may be lucky enough to have access to institution running web hosting accounts. Speak with your IT department about this possibility and ensure that the servers meet the PHP and MySQL requirements needed to run WordPress. In this scenario, we may need to perform a manual installation of WordPress.

Before performing a manual WordPress installation, we will need two crucial pieces of software: an FTP program and a text editor.

FTP (File Transfer Protocol) programs allow us to transfer files from our computer to a web server. FileZilla (http://filezilla-project.org) is an open source FTP program that is available cross platform (Windows, Mac OS X, and Linux).

Text editors allow us to edit text files in a range of formats. When installing WordPress manually, we will use our text editor to make changes to the WordPress PHP files. If you do not already have a specialized text editor, both Windows and Mac OS X come pre-equipped with basic text editors (Notepad for Windows, Text Edit for Mac OS X, and Nano or gedit for Linux).

With our FTP program and text editor, we are ready to complete the Famous 5-minute install process.

  1. 1. Download WordPress: Visit WordPress.org, available through download, and unzip the latest version of the WordPress software.

  2. 2. Create a database: The most common means for creating a database is to use the tool phpMyAdmin. This is a web page that allows us to administer our MySQL databases. If phpMyAdmin is not already available, documentation and a download link are available through http://phpmyadmin.net.

    Note

    Institutionally managed accounts may not permit users to install phpMyAdmin, but may provide other means for creating databases. Speak with your IT administrators to gain a clear understanding of your institution's policies.

    • Within phpMyAdmin, create a database by clicking on the Databases tab, naming the database in the Create new database textbox and clicking on the Create button. In this example, I've called the database wpcourse.

    • Be sure to note the following information about your database:

      • The Database name is the name you have given the new database.

      • The Database username is the username you use to log in to the database.

      • The Database password is the password you use to log in to the database.

      • The Database host is the name given by the host. This is typically localhost.

        Of these, only the database name is generated by us. The remaining information should be supplied by the IT department or hosting provider.

        In this example installation, my database information is as follows:

      • Database name: wpcourse

      • Database username: administrator

      • Database password: xyz123

      • Database host: localhost

    Note

    The database host

    The majority of hosting companies use localhost as the database hostname, but it may vary depending on provider. The WordPress Codex provides a list of database hostnames for a number of popular hosting companies (http://codex.wordpress.org/Editing_wp-config.php). If you are working with the IT department at your institution, speak with them regarding the database host information.

  3. 3. Create a copy of the wp-config-sample.php and rename the file wp-config-sample-copy.php. This ensures that there is a backup of the initial wp-config file.

  4. 4. Rename the wp-config-sample.php file to wp-config.php. This file is located in the main directory of the downloaded WordPress folder.

  5. 5. Fill in your database details in the wp-config.php file. To do this, open wp-config.php with your text editor and locate the following:

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', 'putyourdbnamehere');
    
    /** MySQL database username */
    define('DB_USER', 'usernamehere');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'yourpasswordhere');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    

    To edit the file:

    • Replace putyourdbnamehere with your database name. In our example, this is wpcourse.

    • Replace usernamehere with your database username. In our example, this is administrator.

    • Replace yourpasswordhere with your database password. In our example, this is xyz123.

    • If necessary, replace localhost with your MySQL hostname.

      This information will now be changed to look something like this (be sure to use your own database information):

    // ** MySQL settings - You can get this info from your web host ** //
    /** The name of the database for WordPress */
    define('DB_NAME', wpcourse);
    
    /** MySQL database username */
    define('DB_USER', 'administrator');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'xyz123');
    
    /** MySQL hostname */
    define('DB_HOST', 'localhost');
    
    
  6. 6. Update the WordPress security keys within the wp-config.php file. The security keys are a long, random collection of characters used to encrypt user information. To create the security keys visit https://api.wordpress.org/secret-key/1.1/salt/.

    This will create a set of random keys such as:

    define('AUTH_KEY', 'mJZ!HZUYS^EGrg~I5xJLCdnQ|xq?%56c;~@l7g5)Eb2n+I/zrv<cqBdFtjA^jp%/');
    define('SECURE_AUTH_KEY', 'NH#,QsmxIV 1ig~~{;|~T<i-x+_(`En>+Z?;@H+tg%/w/AbNb|]u9?HB>I*W8]>0');
    define('LOGGED_IN_KEY', 'CfC-VBrKNXYiR9d.V&Wj=IJ/P)_3fNgBq(- u9HW 2kD[KpX,.$n&K}|kvVa{}+l');
    define('NONCE_KEY', '%Vo8&Fq+fy78f4mJE`QoXcrW<Qw:|TvDu<f~Dtl]$Hr|h@:l,sC{CmJ/z,ZMv1g(');
    define('AUTH_SALT', '`+>ED885rL]r4TLU.P77m23.x$=<-@--<JEC>aKd0{{bM5VIc54]g*b6T[c>aUVM');
    define('SECURE_AUTH_SALT', 'm^{}c[1Fx/FT!3<5OP+_H^E0+p.W<rV|ADSxT =DMHkTaPnrdxY6R!bJbrzSoeJM');
    define('LOGGED_IN_SALT', 'WapX3 yi;iG<x-&T)}qEAF18_J#<%wSHjMS*6cWTp=I:WWb|N|}L_84KE4>muI6N');
    define('NONCE_SALT', '?a2b|4pawNj4.4YX;n9LZGxXW/|?zd@JJ(|AlO*@VdUna-*[$VQQ*6-_MF{olRcP');
    

    Add the security key to the wp-config.php file by copying it and replacing the default keys contained within the file.

  7. 7. Upload WordPress to the server. Using the credentials supplied by your IT department/web host, access your server through the FTP software and drag the entire contents of the WordPress directory to your server.

  8. 8. Run the installation. Run the WordPress installation script by going to http://example.org/wp-admin/install.php in your browser and filling in the appropriate information.

This covers the basic installation of WordPress. The WordPress Codex has a variety of instructions covering a range of hosting options and can serve as an excellent resource (http://codex.wordpress.org/Installing_WordPress).

WordPress overview


To log in to our WordPress site, visit www.example.org/wp-login.php . I would recommend creating a browser bookmark for the login page, as it will be the gateway to your WordPress site.

Once we have entered the credentials created during the installation process, we will be taken to the Dashboard of the WordPress interface.

At the top of the Dashboard is the WordPress Toolbar. The admin bar will remain at the top of our browser window throughout the WordPress interface, allowing us to quickly visit our public website, check for updates, administer comments, add/edit posts and pages, and log out of WordPress.

On the left hand side of the Toolbar we see the WordPress logo followed by the name of our site. The name of the site is a link that, when clicked, will take us to our site's public home page. This is a quick and easy way to view our site.

At the right side of the Toolbar we will see our username. Hovering over our username presents us with the option to Log Out of WordPress. Below the username are the Screen Options and Help links. Screen Options allows us to manage the appearance of the current WordPress screen. The Help link opens a unique help guide for each section of the site.

The left sidebar offers links to all of the different tasks we can perform within WordPress, allowing us to manage the posts, pages, settings, look, and functionality of our site.

The large, center column of the dashboard is designed to provide an overview of our site. The first time we access the WordPress dashboard, the center column will contain a large Welcome to your new WordPress site section, designed to provide an overview of WordPress and its functionality.

The Right Now area offers an overview of what is happening on the site by listing the number of posts, pages, categories, tags, comments, and comment details. It also displays which version of WordPress we are currently running.

Through the QuickPress option, the dashboard offers us a quick way to write a post without the need to leave the dashboard.

Within the center column of the dashboard we can also see the latest WordPress news, a list of recent popular plugins, recent site comments, and a list of recent links to our site.

Creating posts and pages

The two essential functions of WordPress are its ability to quickly and easily create posts and pages. Posts are the primary content of a typical WordPress blog site. They are individual chunks of content, similar to news items, which are used to post frequent and timely updates to the site. Blog posts tend to be read in reverse chronological order on the site or by subscribers in feed readers. Pages make up the individual web pages of our site. Pages tend to be less frequently updated and are typically accessed through menus. For instance, we may have a page on our site that contains the course syllabus. When we make a change to that syllabus, we can write a new post alerting our students of the change.

Writing a new post

Posts are one of the foundations of WordPress. Posts can otherwise be thought of as blog posts, updates, or news. In terms of our class, posts are a great way to publish assignments, due date reminders, supplemental course content, and any news we may deem relevant to the course. Posts can be tagged and organized so that they may be sorted or searched by subject matter or keywords. Students may even use an RSS reader to subscribe to your posts so that they will never miss an update.

To write a new post, hover over Posts in the left sidebar of the WordPress dashboard and choose the Add New option.

This presents us with the New Post screen. From this screen we are able to write and publish posts. Creating a post is as simple as typing in the large input area and pressing the Publish button. Give your post a brief descriptive title by typing in the Enter title here input area.

The larger text area below the title bar is where we will type the post. It works much like a Word processor, allowing us to type content as well as edit the formatting of our text.

Once we have finished writing our post, we can publish it to our site by clicking on the blue Publish button located on the right-hand area of the screen. A view post link will appear within a yellow box above the page title, allowing us to quickly view the new post on our site.

Creating a page

Creating a new page works similar to writing a post in WordPress. From anywhere within the WordPress dashboard, click on the arrow next to Pages in the left sidebar and choose Add New. Enter a title for the new page in the top text area. The large text area below is used to create the body of our page. To publish the page, click on the blue Publish button located on the right hand side of the screen.

As an example, we may wish to create an About page to describe the purpose of our site. Enter About into the top text area and type a brief description of the site within the body text area. Once the description is complete, click on the Publish button to create the page.

Once the page is published, click on the view page link that appears within the yellow box above the page title, to see the post live on our site.

Settings

While WordPress works great right out of the box, adjusting a few of our site's settings can improve both our experience as WordPress users as well as the experience of our students and site users. To view the settings categories, click on the drop-down arrow next to Settings at the bottom of the left sidebar.

General Settings

General Settings allows us to edit the basic settings of our site. Here we can update the site title, site tagline, site address, administrator e-mail, as well as date and time information. One of the first changes I make to a fresh WordPress installation is to update the time zone to correctly reflect my location.

Another important General Setting to update is the tagline. Our site's tagline appears below the site title in most WordPress themes. By default the tagline reads, Just another WordPress site. Within the General Settings we are able to change the tagline to reflect a better description of our site.

Writing Settings

Writing Settings gives us greater control as to how we input content into WordPress. Within these settings, we are able to control the textbox formatting, change the default categories of posts and links, add the Press This bookmarklet, and enable posting via e-mail and desktop applications.

I would recommend adding the Press This bookmarklet to your browser. A bookmarklet is a small piece of JavaScript code that, when installed as a browser bookmark, allows you to interact with any web page. To install the Press This bookmarklet, click-and-drag the Press This button to your browser's bookmark bar. With this bookmarklet, you are now able to quickly create a post from anywhere on the web. For example, if you encounter a great class resource while browsing, click on the Press This bookmarklet and quickly add a post to inform your students. This post will automatically title itself with the title of the website you are visiting and add a link to the page.

The following screenshot shows you the Press This bookmarklet in action:

Reading Settings

Reading Settings allows us to make changes to the way our students or readers interact with our content both on the site itself and within the site's RSS feed. Within Reading Settings, we can adjust the home page of our site, the number of posts that appear on single page, and the type of RSS feed that will be available.

Note

What is RSS?

RSS stands for Real Simple Syndication and allows readers to easily subscribe to a site using a feed reader such as Google Reader (http://google.com/reader). New posts will automatically appear in the feed reader, saving the site user the trouble of checking for site updates.

Discussion Settings

WordPress enables site visitors to leave comments. Our site's Discussion Settings refers to the comments left on our site's posts and pages. We can make adjustments to our site's discussion settings to suit our preferences or even disable comments altogether. For example, un-checking the Allow people to post comments on new articles box will disable comments.

If you choose to allow comments, I would suggest checking the An administrator must always approve the comment checkbox. This will prevent any inappropriate or off-topic comments from appearing on our site.

Media Settings

Media Settings allows us to control the size and location of the images and videos used in our site.

Privacy Settings

When installing WordPress we were able to choose if we would like search engines to index our site. Within the privacy settings we can adjust this setting if we choose to reverse our initial decision.

Permalinks

By default, WordPress creates URLs for our posts that use the post ID along with question marks and numbers. These default URLs wind up looking something like: http://example.org/?p=123. By changing the Permalink Settings we can adjust our post URLs to be more memorable (not to mention much more aesthetically pleasing), such as: http://example.org/2012/12/post-name/.

WordPress provides several choices to easily change our permalink structure to one of the most common settings, but we can create our own structure using special tags provided by WordPress.

Chart of permalink tags

 

%year%

Numerical year of the post

%monthnum%

Numerical month of the post

%day%

Numerical day of the month

%hour%

Numerical hour of the day

%minute%

Numerical minute of the hour

%second%

Numerical second of the minute

%post_id%

The unique numerical ID of the post

%postname%

The name of your post

%category%

The category of your post

%tag%

The tags used in your post

%author%

The name of the post author

If we wanted to create a custom permalink structure for our site that displayed the year, post category, and post name we would enter the following into the Custom Structure text area:

/%year%/%category%/%postname%/

Now, a post written in October of 2012, titled Essay, and given the category of assignments would appear as such:

http://example.org/2012/assignments/Essay/

Summary


In this chapter we've covered everything we need to get started with WordPress. We've chosen a web host, installed WordPress, explored the WordPress dashboard, learned the difference between posts and pages, and configured WordPress by updating our site's settings. In the next chapter we'll look at how WordPress posts and pages can be used to build a course website.

Left arrow icon Right arrow icon

Key benefits

  • Develop effective e-learning websites that will engage your students
  • Extend the potential of a classroom website with WordPress plugins
  • Create an interactive social network and course management system to enhance student and instructor communication

Description

WordPress is typically known as a platform for blogging. However, the versatility and simplicity of WordPress makes it the perfect solution for the needs of professional educators. WordPress for Education guides readers through the practical applications of WordPress in a classroom setting. Readers will gain an understanding of the WordPress platform and how it can be used to create powerful classroom websites. WordPress for Education guides educators through the process of setting up a typical class website, creating student blogs, and using WordPress to power a learning management system. WordPress for Education provides clear and practical examples for using WordPress within the classroom. It will empower educators to create useful and engaging e-learning websites. Through the examples given in the book, you will gain an understanding of how to use WordPress to build an engaging and easy to update e-learning website. You will also learn about a variety of WordPress plugins that extend its abilities and usefulness in an educational environment, such as creating student blogs, keeping track of classroom events, managing coursework, and developing a classroom social network.

What you will learn

Install and configure WordPress Set up a standard course website with WordPress Install and manage a variety of useful education plugins Create a network of student blogs or portfolios Install a classroom social network with BuddyPress Use Open Courseware to turn WordPress into a learning management system Maintain, backup, and secure a WordPress installation

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Buy Now

Product Details


Publication date : Jun 12, 2012
Length 144 pages
Edition : 1st Edition
Language : English
ISBN-13 : 9781849518208
Vendor :
WordPress Foundation
Category :

Table of Contents

14 Chapters
WordPress for Education Chevron down icon Chevron up icon
Credits Chevron down icon Chevron up icon
About the Author Chevron down icon Chevron up icon
About the Reviewers Chevron down icon Chevron up icon
www.PacktPub.com Chevron down icon Chevron up icon
Preface Chevron down icon Chevron up icon
Installing and Configuring WordPress Chevron down icon Chevron up icon
Setting Up Our Class Site Chevron down icon Chevron up icon
Enhancing WordPress with Plugins Chevron down icon Chevron up icon
Enabling a Multisite Network Chevron down icon Chevron up icon
Creating a Social Network with BuddyPress Chevron down icon Chevron up icon
BuddyPress Courseware Chevron down icon Chevron up icon
Site Management Chevron down icon Chevron up icon
WordPress Resources and Plugins Chevron down icon Chevron up icon

Customer reviews

Filter icon Filter
Top Reviews
Rating distribution
Empty star icon Empty star icon Empty star icon Empty star icon Empty star icon 0
(0 Ratings)
5 star 0%
4 star 0%
3 star 0%
2 star 0%
1 star 0%

Filter reviews by


No reviews found
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.