Difference between revisions of "Week Eight (MGDP2060)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Reading for next week)
Line 79: Line 79:
 
== Reading for next week ==
 
== Reading for next week ==
  
* ...
+
* Textboo, Chapter Nine: Plug-Ins
 +
* Read the documentation for these plug-ins -- we will use them next week:
 +
** https://wordpress.org/plugins/contact-form-7/
 +
** https://wordpress.org/plugins/advanced-custom-fields/
  
 
== See also ==
 
== See also ==
  
 
* [[Web Design and Development III (MGDP2060)]]
 
* [[Web Design and Development III (MGDP2060)]]

Revision as of 15:53, 22 October 2015

This article lists topics for week eight of Web Design and Development III (MGDP2060).

Topic: custom themes.

Reading for this week:

WordPress theme development

Theme development refers to the creation of custom Wordpress themes.

Templates

Template hierarchy

Template tags

Conditional tags

File header

The Loop

"The Loop" is a concept in WordPress.

Use the Loop to display multiple data records. For example, if your Home page displays the most recent blog posts, the Loop "loops through" each data record in turn.

Whatever HTML and PHP appears inside the Loop will be processed multiple times: one time for each item processed by the Loop/

Category templates

Untrusted data

Exercises

Reading for next week

  • Adding new types of posts (510)
  • Creating custom category pages (519)

See also

Week Eight exercises

Reading for next week

See also