Difference between revisions of "Week Seven (MGDP2060)"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 76: | Line 76: | ||
* [[WordPress plugin]] | * [[WordPress plugin]] | ||
* [[Web Design and Development III (MGDP2060)]] | * [[Web Design and Development III (MGDP2060)]] | ||
+ | |||
+ | |||
+ | [[Category:Web Design and Development III (MGDP2060)]] |
Revision as of 04:03, 25 April 2016
This article lists topics for week seven of Web Design and Development III (MGDP2060).
October 15 - No classes! (Education MN Days)
Contents
In the News
See also HTTP cookie.
WordPress theme development
Theme development refers to the creation of custom Wordpress themes.
- Theme development
- Developer Resources
- Site Design and Layout
- Anatomy of a WordPress theme
- WordPress Coding Standards
- CSS Coding Standards
- Know Your Sources
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)