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

From Wiki @ Karl Jones dot com
Jump to: navigation, search
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.
 
Do these tasks on your classroom workstation.
Line 7: Line 5:
 
* You may also do this on your laptop or other device.
 
* You may also do this on your laptop or other device.
  
=== Create exercise folder ===
+
== Create exercise folder ==
  
 
In your [[local root folder]], create a folder named '''wordpress'''.
 
In your [[local root folder]], create a folder named '''wordpress'''.
Line 14: Line 12:
 
* Do not non-WordPress files in this folder
 
* Do not non-WordPress files in this folder
  
=== Download WordPress ==
+
== Download WordPress ==
  
 
...
 
...
  
=== Move files to exercise folder ===
+
== Move files to exercise folder ==
  
 
...
 
...
  
=== Create database using phpMyAdmin ===
+
== Create database using phpMyAdmin ==
  
 
...
 
...
  
=== Edit WordPress config file ===
+
== Edit WordPress config file ==
  
 
...
 
...
  
=== Browse configuration page ===
+
== Browse configuration page =
  
 
...
 
...
Line 36: Line 34:
 
Installation is complete.  Wordpress is ready for use.
 
Installation is complete.  Wordpress is ready for use.
  
=== Browse website ===
+
== Browse website ==
  
 
...
 
...
Line 42: Line 40:
 
* [http://localhost/wordpress http://localhost/wordpress] - Example, not working link -- enter the URL in browser address bar
 
* [http://localhost/wordpress http://localhost/wordpress] - Example, not working link -- enter the URL in browser address bar
  
=== Manage website ===
+
== Manage website ==
  
 
...
 
...
Line 48: Line 46:
 
* [http://localhost/wordpress/wp-admin http://localhost/wordpress/wp-admin] - Log in to WordPress admin console (example, not working link)
 
* [http://localhost/wordpress/wp-admin http://localhost/wordpress/wp-admin] - Log in to WordPress admin console (example, not working link)
  
=== Change Themes ===
+
== Change Themes ==
  
 
...
 
...
  
=== Change Permalinks ===
+
== Change Permalinks ==
  
 
...
 
...
  
=== Update home page ==
+
== Update home page ==
  
 
On your Home page, make a link to your WordPress page.  Like this:
 
On your Home page, make a link to your WordPress page.  Like this:
Line 68: Line 66:
 
** Your style is consistent
 
** Your style is consistent
  
=== Link from WordPress to Home page? ===
+
== Link from WordPress to Home page? ==
  
 
This is not an exercise, but a topic of inquiry.
 
This is not an exercise, but a topic of inquiry.
  
 
How would you make a link from your WordPress page to your Home Page?
 
How would you make a link from your WordPress page to your Home Page?

Revision as of 08:25, 17 September 2015

This article contains exercises for Week Four (MGDP2060).

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?