Week Four Exercises (MGDP2060)
From Wiki @ Karl Jones dot com
Revision as of 07:25, 17 September 2015 by Karl Jones (Talk | contribs)
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.
Contents
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 - Example, not working link -- enter the URL in browser address bar
Manage website
...
- 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:
<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?