Week Four Exercises (MGDP2060)
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
- 1 Create exercise folder
- 2 Download WordPress
- 3 Move files to exercise folder
- 4 Create database using phpMyAdmin
- 5 Edit WordPress config file
- 6 Browse configuration page
- 7 Browse website
- 8 Manage website
- 9 Change Themes
- 10 Update home page
- 11 Link from WordPress to Home page?
- 12 Take WordPress Files With You
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
...
Update home page
On your Home page, make a link to your WordPress page. Like this:
<a href="./wordpress">Week Four: WordPress</a>
<a href="/instructor/wordpress">Week Four: WordPress</a>
<a href="http://htcwebcreative.com/instructor/wordpress/index.php">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?
Take WordPress Files With You
On your jump drive.