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

From Wiki @ Karl Jones dot com
Jump to: navigation, search
 
Line 1: Line 1:
 
This article contains '''exercises''' for '''[[Week Seven (MGDP2060)]]''' [[Web Design and Development III (MGDP2060)]].
 
This article contains '''exercises''' for '''[[Week Seven (MGDP2060)]]''' [[Web Design and Development III (MGDP2060)]].
  
== In class ==
+
== Deactivate Server-side caching ==
  
...
+
* Deactivate server-side caching on your x10hosting account by modifying the .htaccess file.
  
== For next week ==
+
== Child Theme (462-465) ==
 +
 
 +
* The goal of this exercise is to improve upon an existing Parent Theme.
 +
* In your WordPress (Project), install the One-Click Child Theme plugin.
 +
* Create a Child Theme.
 +
 
 +
== Child Theme CSS ==
 +
 
 +
* Create one or more CSS rules for your Child Theme.
 +
* This rule (or rules) either supplements or overrides CSS rules from the Parent Theme.
 +
 
 +
== Fancy Fonts (481-484) ==
 +
 
 +
* In your WordPress (Exercises), demonstrate Fancy Fonts.
 +
 
 +
== Reading for next week ==
 +
 
 +
* The Loop (495-499)
 +
* function.php (500-502)
 +
* Learning more about Theme Customization (503)
  
...
 
  
 
[[Category:Web Design and Development III (MGDP2060)]]
 
[[Category:Web Design and Development III (MGDP2060)]]

Latest revision as of 21:22, 6 October 2016

This article contains exercises for Week Seven (MGDP2060) Web Design and Development III (MGDP2060).

Deactivate Server-side caching

  • Deactivate server-side caching on your x10hosting account by modifying the .htaccess file.

Child Theme (462-465)

  • The goal of this exercise is to improve upon an existing Parent Theme.
  • In your WordPress (Project), install the One-Click Child Theme plugin.
  • Create a Child Theme.

Child Theme CSS

  • Create one or more CSS rules for your Child Theme.
  • This rule (or rules) either supplements or overrides CSS rules from the Parent Theme.

Fancy Fonts (481-484)

  • In your WordPress (Exercises), demonstrate Fancy Fonts.

Reading for next week

  • The Loop (495-499)
  • function.php (500-502)
  • Learning more about Theme Customization (503)