Difference between revisions of "Week Four Exercises (MGDP2060)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "This article contains exercises for Week Four (MGDP2060).")
 
Line 1: Line 1:
 
This article contains exercises for [[Week Four (MGDP2060)]].
 
This article contains exercises for [[Week Four (MGDP2060)]].
 +
 +
== WordPress and MAMP ==
 +
 +
Do these tasks on your classroom workstation.
 +
 +
* You may also do this on your laptop or other device.
 +
 +
=== Create exercise folder ===
 +
 +
In your [[local root folder]], create a folder named '''wordpress'''.
 +
 +
* All of the WordPress files go in this folder
 +
* Do not non-WordPress files in this folder
 +
 +
=== Download WordPress ==
 +
 +
...
 +
 +
=== Move files to exercise folder ===
 +
 +
...
 +
 +
=== Create database using phpMyAdmin ===
 +
 +
...
 +
 +
=== Edit WordPress config file ===
 +
 +
...
 +
 +
=== Browse configuration page ===
 +
 +
...
 +
 +
Installation is complete.  Wordpress is ready for use.
 +
 +
=== Browse website ===
 +
 +
...
 +
 +
* [http://localhost/wordpress http://localhost/wordpress] - Example, not working link -- enter the URL in browser address bar
 +
 +
=== Manage website ===
 +
 +
...
 +
 +
* [http://localhost/wordpress/wp-admin http://localhost/wordpress/wp-admin] - Log in to WordPress admin console (example, not working link)
 +
 +
=== Change Themes ===
 +
 +
...
 +
 +
=== Change Permalinks ===
 +
 +
...
 +
 +
=== Update home page ==
 +
 +
On your Home page, make a link to your WordPress page.  Like this:
 +
 +
<code><nowiki><a href="./wordpress">Week Four:  WordPress</a></nowiki></code>
 +
 +
You are free to change "Week Four:  WordPress" to something equivalent. 
 +
 +
* This is standard classroom style practice: you may change the wording, so long as:
 +
** The meaning is the same
 +
** Your style is consistent
 +
 +
=== Link from WordPress to Home page? ===
 +
 +
This is not an exercise, but a topic of inquiry.
 +
 +
How would you make a link from your WordPress page to your Home Page?

Revision as of 08:24, 17 September 2015

This article contains exercises for Week Four (MGDP2060).

WordPress and MAMP

Do these tasks on your classroom workstation.

  • You may also do this on your laptop or other device.

Create exercise folder

In your local root folder, create a folder named wordpress.

  • All of the WordPress files go in this folder
  • Do not non-WordPress files in this folder

= Download WordPress

...

Move files to exercise folder

...

Create database using phpMyAdmin

...

Edit WordPress config file

...

Browse configuration page

...

Installation is complete. Wordpress is ready for use.

Browse website

...

Manage website

...

Change Themes

...

Change Permalinks

...

= Update home page

On your Home page, make a link to your WordPress page. Like this:

<a href="./wordpress">Week Four: WordPress</a>

You are free to change "Week Four: WordPress" to something equivalent.

  • This is standard classroom style practice: you may change the wording, so long as:
    • The meaning is the same
    • Your style is consistent

Link from WordPress to Home page?

This is not an exercise, but a topic of inquiry.

How would you make a link from your WordPress page to your Home Page?