Publ 1220 Web Design Fundamentals Credits: 6 Room: Currently Online Summer Term:May 04 – June 13, 2020Zoom URLs:See BrightSpace Course Page Days & Times:Tuesday 130–520Tuesday 600–720 (lab)Thursday 1130–320Thursday 400–520 (lab)Friday 1130–420 (lab)Office HoursThursday 900–1100 SKIP to Class Content This double-size half-term class will cover HTML & CSS, and serve as a foundation for the Advanced Web Design […]
Author: km
WMDD4840 Outline (2020-02)
WMDD 4840 Content Management Systems Credits: 3 Online Days & Times:Summer 2020Monday: 930 – 1230Exam Period: August 04 – 15 For Zoom URLs, see Brightspace Course Office Hour (via Zoom)Friday 9-10 To get in touch with me, please email to my Langara.ca address or send email via BrightSpace. PDF of Official Outline SKIP to Class Content […]
First, please download the starter files you will need. Once you’ve unpacked the files, you will see that are two folders of images whose names show the orientation of the images inside them: unsplash-2020-landscape unsplash-2020-portrait Next please download the screenshots. In this exercise, you will make a front-page of a magazine-style website. There are four […]
There is no excerpt because this is a protected post.
In this exercise, you will build two significant parts of a WordPress theme: the home page and the single post view. You may use your notes or the Internet. If this is a test, talking to anyone will result in a zero grade. Initial Setup First, please download the following: the duplicator package a starter […]
In the template-parts folder, duplicate content-staff-member.php and name the copy content-meal-menu.php. Here’s the contents of the new file: Change that code in the following way: change two classes change two fields remove the post-thumbnail div add the content area Now edit front-page.php Duplicate the Staff Members Section and change the following things: section class to […]
Another Custom Post Type: Meal Menus Go to the CPT UI part of the Dashboard and choose Add / Edit Post Types. For the slug, use meal_menu. Fill in the Plural and Singular labels (with Meal Menus and Meal Menu, respectively) and then click the Populate additional labels based on chosen labels link. In those […]
A New Staff Member In the Staff Members section of the Dashboard Sidebar, click Add New. You can also do this from the New menu in the Admin toolbar. You will then see this screen. It looks like a traditional post, sort of, but not… For the first employee use these values: Title: Doris Shutt […]
Theory: Custom Post Types WordPress has two main kinds of content: posts and pages. Posts are organized with tags and categories. They typically have titles, content, excerpts, feature images, etc. However, much content doesn’t really “fit” that method of organizing. Fortunately, it is possible to create other kinds of post types through a feature called […]
For this exercise, please first download these files. Once you unzip the files, you will see that there is an index.html file, a folder of images, a screenshots folder, a file called index-not-marked-up.html. There will be two ways to do this exercise: CSS Emphasis: the index.html file has most of the HTML & the content […]