WordPress Day 1 1 About Me Jonathon Leathers - WordPress - - PowerPoint PPT Presentation

wordpress
SMART_READER_LITE
LIVE PREVIEW

WordPress Day 1 1 About Me Jonathon Leathers - WordPress - - PowerPoint PPT Presentation

TWD 25 WordPress Day 1 1 About Me Jonathon Leathers - WordPress Developer TWD 4 Student (2013) weCreate Design (2014 - now) Vancouver WordPress Meetup Organizer (2017 - now) WordCamp Vancouver Lead Organizer (2018 & 2019) TWD


slide-1
SLIDE 1

TWD 25

WordPress

Day 1

1

slide-2
SLIDE 2

About Me

2

Jonathon Leathers - WordPress Developer

TWD 4 Student (2013) weCreate Design (2014 - now) Vancouver WordPress Meetup Organizer (2017 - now) WordCamp Vancouver Lead Organizer (2018 & 2019) TWD Instructor (2018 - now)

slide-3
SLIDE 3

What does this represent?

3

slide-4
SLIDE 4

CMS Usage Statistics

4

Source: https://w3techs.com/technologies/overview/content_management/all

slide-5
SLIDE 5

Module Website

5

https://wp.bcitwebdeveloper.ca/

Also linked on Slack and from here: https://bcitwebdeveloper.ca/staff/

slide-6
SLIDE 6

Describe the difference between a static website, a dynamic website, and a content management system. Compare basic aspects of the most used content management systems. Describe the layers of a CMS like WordPress.

6

Morning Objectives

slide-7
SLIDE 7

What is the difference between a “Static site” and a “Dynamic site”?

7

Static Site vs. Dynamic Site

slide-8
SLIDE 8

When a web page is requested, the server, where the page is stored, returns the HTML document. On a static web page that is all that happens. The document has no capacity to return information that is not pre-formatted.

8

Static Site

slide-9
SLIDE 9

Each web page is an actual written page of code.

9

Static: One-to-One Relationship

slide-10
SLIDE 10

Even with template files (PHP), every single page still has to be created.

10

Templates

slide-11
SLIDE 11

11

Dynamic Site

On a dynamic web page, the content can change using server-side scripting (PHP) or client-side scripting (JavaScript). Example: Outputting the current date and time using PHP or JavaScript makes the web page dynamic (barely) because the content changes.

slide-12
SLIDE 12

12

Dynamic Site with a Database

On a dynamic web page connected to a database, the user can make requests for data contained in the database on the server. That data will be assembled on the fly according to what is requested.

slide-13
SLIDE 13

Templates + Content in Database + Browser = Dynamically created pages.

13

Dynamic Site with a Database

slide-14
SLIDE 14

Of the websites you’ve made so far… ...which are static? ...which are dynamic?

14

Static Site vs. Dynamic Site

slide-15
SLIDE 15

15

Dynamic Site to CMS

A Content Management System is a type of Dynamic Site.

Static Websites Dynamic Websites CMSs

slide-16
SLIDE 16

Content Management System (CMS)

16

Server-side software that is designed to simplify the creation and maintenance of websites. Manage online content, generate web pages, and allow users to upload and change content without requiring technical expertise.

slide-17
SLIDE 17

Content Management System (CMS)

17

User-friendly, browser based publishing tool to easily create dynamic websites instead of static ones.

Technical Web Designer - https://bcitwebdeveloper.ca/ CSS Tricks - https://www.css-tricks.com/ Statistics Canada - https://www.statcan.gc.ca/ The Economist - https://www.economist.com/ 49th Parallel Roasters - https://49thcoffee.com/

slide-18
SLIDE 18

18

Benefits of a CMS

The content can be changed without changing the style

  • r appearance.

The style or appearance can be changed without changing the content. Easy to update and easy to manage.

slide-19
SLIDE 19

19

Exercise - CMS Research

  • 1. We will break into small groups and each group

will be assigned a CMS.

  • 2. In your group, spend 9 minutes researching the

answers to the six questions on the next slide.

  • 3. When finished, use Zoom Annotate to add your

answers to the table that will be on screen.

slide-20
SLIDE 20

20

For your CMS, lookup the following...

Open source or proprietary software? Paid service or free to use? Hosting included or self-hosting required? Pre-built templates/themes to use/purchase? What templating language is used? Market share increasing or decreasing?

Room 1 -- WordPress Room 2 -- Drupal Room 3 -- Joomla Room 4 -- Wix Room 5 -- Shopify Room 6 -- Squarespace

slide-21
SLIDE 21

21

WordPress Drupal Joomla Wix Shopify Squarespace Open source? Free or paid? Hosted or self-hosted? Pre-built themes? Templating language Market share (↑ or ↓)

slide-22
SLIDE 22

22

CMS Components

What are the basic components of a CMS?

slide-23
SLIDE 23

Content is stored in a database. It can be reused, repurposed, and published whenever needed.

23

CMS - Database

slide-24
SLIDE 24

Administration area to input, upload and edit content as needed.

24

CMS - Admin Area

slide-25
SLIDE 25

Admin area is accessible from any browser with internet access. No client software installation required.

25

CMS - Login

slide-26
SLIDE 26

26

CMS - Layers

slide-27
SLIDE 27

The files, information, bits, bytes, images, and data actually lives here. Stored on hard drives and usually hosted on a web server.

27

CMS - Layers -- Data

slide-28
SLIDE 28

The CMS software (files). PHP + the templating language.

28

CMS - Layers -- Application

slide-29
SLIDE 29

The data / content of the website is presented through pre-defined templates, CSS files, HTML, and JavaScript.

29

CMS - Layers -- Presentation

slide-30
SLIDE 30

If there is no content the pages collapse, like a balloon without the air…

30

slide-31
SLIDE 31

31

What is WordPress?

  • A CMS that uses PHP and MySQL.
  • A simple and easy to use publishing platform for the

web.

  • A tool to create anything from a basic blog to an

advanced website.

  • Endless possibilities.
slide-32
SLIDE 32

32

What is WordPress?

WordPress is whatever you want it to be!

slide-33
SLIDE 33

33

WordPress

You can download and use WordPress for free to publish whatever you want with it for free, contribute back to it for free, and even redistribute it for free. All of this is made possible by the General Public License (GPL) that WordPress is published under - WordPress will remain free for as long as you use it.

slide-34
SLIDE 34

34

WordPress - Open Source

Open Source CMSs: WordPress, Drupal, Joomla, etc. Proprietary CMSs: Shopify, SharePoint, Sitecore, etc.

slide-35
SLIDE 35

WordPress was created by Matt Mullenweg in

  • 2003. https://ma.tt/

“The freedom to build. The freedom to change. The freedom to share.”

  • WordPress.org

35

WordPress - History

Image by: Matt Mullenweg

slide-36
SLIDE 36

36

WordPress - History

Learn the history of WordPress and how it became so popular in this infographic:

https://wp.bcitwebdeveloper.ca/instructor/wordpress-infographic/

slide-37
SLIDE 37

Over one-third of websites use WordPress. Over 60% of websites using a CMS use WordPress.

37

WordPress - Usage

slide-38
SLIDE 38

38

WordPress - .ORG vs .COM

www.wordpress.org | www.wordpress.com A good write up about the difference: https://wpisnotwp.com/

slide-39
SLIDE 39

39

WordPress.org - Self Hosted

WordPress is an open source application that can be installed and used on a web server. Web developers / users download the WordPress core files, install them, and run them on their server. Complete control over the functionality and the look of the website.

slide-40
SLIDE 40

40

WordPress.com - SaaS

A Software as a Service that uses the WordPress application -- your own website for free or for a fee. No need to download WordPress - everything is taken care of for you: hosting, server, database, spam filters, backups, upgrades, etc. You are restricted by the platform and its rules.

slide-41
SLIDE 41

41

WordPress - Advantages

Faster development… Fully customizable… Thousands of themes and plugins to choose from… Easy to create and manage dynamic content… SEO friendly… It's free (to use)…

slide-42
SLIDE 42

42

WordPress - Disadvantages

Open to hackers without proper security… Thousands of themes and plugins to choose from… The learning curve can be steep…

slide-43
SLIDE 43

43

WordPress - Companies

Used by some really heavy hitters from blogs to news

  • rganizations: Vogue, Variety, The Walt Disney

Company, Global News, universities (UBC, BCIT), celebrities, musicians, technology firms, Fortune 500 companies. WP Showcase Page: https://wordpress.org/showcase/

slide-44
SLIDE 44

44

WordPress Development

Which of the following do you need to know as a WordPress developer?

  • HTML
  • CSS
  • JavaScript
  • PHP
  • MySQL
slide-45
SLIDE 45

45

WordPress Development

HTML, CSS, JavaScript → Yes! PHP → Be able to use functions, conditional statements, loops, arrays. PHP is the base but WordPress has several built-in functions. MySQL → None until you get into advanced WordPress development.

slide-46
SLIDE 46

Describe the difference between a static website, a dynamic website, and a content management system. Compare basic aspects of the most used content management systems. Describe the layers of a CMS like WordPress.

46

Morning Objectives

slide-47
SLIDE 47

Install a WordPress website on a local server. Configure and customize a WordPress website using the Twenty Twenty WordPress theme. Add content to a WordPress website.

47

Afternoon Objectives

slide-48
SLIDE 48

48

Installing WordPress

WordPress can be installed on a “local” server or on a “live” server.

slide-49
SLIDE 49

49

Installing WordPress

LOCAL SERVER A server on your computer that mimics a web server. Includes Apache or NGINX, MySQL, PHP. Examples:

MAMP WAMP Vagrant Local by Flywheel

LIVE SERVER A server on the web. Most hosting providers offer WP hosting these days. Recommendations:

PHP 7.3 or greater, MySQL 5.6 or greater HTTPS support

More: https://wordpress.org/about/requirements

slide-50
SLIDE 50

50

Installing WordPress - Steps (local server)

  • 1. Download and extract the core files

from WordPress.org.

  • 2. Copy the whole WordPress installation folder to

the “htdocs” or “www” folder then rename it.

  • 3. Create a database by accessing phpMyAdmin

through MAMP or WAMP.

slide-51
SLIDE 51

51

Installing WordPress - Steps (local server)

  • 4. Rename wp-config-sample.php to wp-config.php

and add the database name, username, and password to connect the files and database.

  • 5. Open the site in a browser to begin the installation

process.

slide-52
SLIDE 52

52

Installing WordPress - Video (local server)

Download the video tutorial showing how to install WordPress locally from the Program Files FTP server. 10-WordPress-Development / Video-Tutorials

slide-53
SLIDE 53

Local Environment - MAMP vs. WAMP

WAMP

Windows only Current version: 3.2 Older versions: http://www.filehorse.com/download- wampserver-32/old-versions/

MAMP

Windows and Mac Current Windows version: 4.2 Current Mac version: 5.7 Older versions: https://www.mamp.info/en/downl

  • ads/older-versions/

53

slide-54
SLIDE 54

MAMP and WAMP offer a “root” super user to access phpMyAdmin with full control. On a remote or “live” server you access phpMyAdmin through cPanel with a different user that has restricted control.

54

Local Environment - Super User

slide-55
SLIDE 55

They are visible because we've logged in as “root”. Do NOT delete these databases!

information_schema - virtual database, contains details about the databases. mysql - stores user account and privilege details. performance_schema - monitors server events.

55

Local Environment - Default Databases

slide-56
SLIDE 56

56

Exercise - Installing WordPress (locally)

Let’s install WordPress!

slide-57
SLIDE 57

57

Step 1 - Download WordPress

Download & extract the core files from WordPress.org.

slide-58
SLIDE 58

58

Step 2 - Copy the Folder

Copy the whole WordPress installation folder to the “htdocs” or “www” folder then rename it. Note: If on Windows, make sure you copy and rename the nested folder.

slide-59
SLIDE 59

59

WordPress Core Files

DO NOT EDIT CORE FILES... EVER!! wp-admin folder wp-includes folder Most of the root files

Only edit these files & folders

slide-60
SLIDE 60

60

WordPress Files to Edit

Only edit files in the themes and plugins that you have custom developed. These are found inside of the wp-content folder and then inside themes or plugins.

slide-61
SLIDE 61

61

Step 3 - Create a Database

Create a database by accessing phpMyAdmin through MAMP or WAMP. Access phpMyAdmin at: Windows: http://localhost/phpMyAdmin Mac: http://localhost:8888/phpMyAdmin

slide-62
SLIDE 62

62

Step 3 - Create a Database (cont’d)

MAMP Username: 'root' Password: 'root' Create a database with collation set to utf8mb4_unicode_ci. WAMP Username: 'root' Password: '' Create a database with collation set to utf8mb4_unicode_ci.

slide-63
SLIDE 63

Character set defines the available characters. Collation sets the rules for sorting the character set. The character set and collation can be set independently at the database, table, or column level.

63

Character Set & Collation

slide-64
SLIDE 64

Character Set

The character set is the first part before the

  • underscore. For example:

utf8mb4_unicode_ci utf8_general_ci latin1_swedish_ci

64

slide-65
SLIDE 65

Character Set

utf8 only supports 1-3 byte characters and excludes many characters including emoji and non-latin characters. utf8mb4 supports 1-4 byte characters and was added in MySQL 5.5.3.

65

slide-66
SLIDE 66

Character Set & Collation

TL;DR…

  • Use utf8mb4_unicode_ci when creating

databases locally.

66

slide-67
SLIDE 67

67

Step 4 - Edit wp-config.php

Rename wp-config-sample.php to wp-config.php. Add the database name, username, and password.

slide-68
SLIDE 68

68

Step 4 - Edit wp-config.php (cont’d)

MAMP WAMP

slide-69
SLIDE 69

69

Step 5 - Install in the Browser

Open the site in a browser to begin the installation process. Access local site: Windows: http://localhost/FOLDER_NAME Mac: http://localhost:8888/FOLDER_NAME

slide-70
SLIDE 70

70

Step 5 - Install in the Browser (cont’d)

Select the language, then fill in the details.

Note: If you are asked to input database details, then you have not created the wp-config.php file.

slide-71
SLIDE 71

71

Login to WordPress Admin

Add /wp-admin to the end of any WordPress site URL to access the admin dashboard.

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/admin-panel

slide-72
SLIDE 72

72

Installing WordPress - Tips

Always download and extract a new core file pack from wordpress.org. The database name/user/password is NOT the same as your WordPress site username and password. Do NOT use 'admin' as a WordPress username. Use longer and safe passwords.

slide-73
SLIDE 73

If WordPress won’t upload files… edit the php.ini file to increase the maximum upload size:

post_max_size = … M upload_max_filesize = … M WAMP - WAMP icon / PHP / php.ini MAMP on Win - MAMP / conf / phpx.x.x / php.ini MAMP on Mac - Application / MAMP / conf / phpx.x.x / php.ini

73

Local Environment - Upload Sizes

slide-74
SLIDE 74

74

Exercise - Configuring WordPress

Spend the next hour watching the tutorials and completing the tasks on the next five slides. Note: All future WordPress websites will be configured similarly so take notes for yourself of the changes that you make.

slide-75
SLIDE 75

75

General Settings

Use the tutorial below to do the following:

  • Change or remove the Tagline
  • Change the Timezone

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/general-settings

slide-76
SLIDE 76

76

Writing & Reading Settings

Use the tutorial below to do the following:

  • Change the homepage to display a static page
  • Set the blog index to a separate page
  • Note: You will need to create two Pages first.

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/writing-and-reading-settings

slide-77
SLIDE 77

77

Discussion Settings

Use the tutorial below to do the following:

  • Customize the settings for how users can leave

comments based on your own preferences

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/discussion-settings

slide-78
SLIDE 78

78

Media & Permalink Settings

Use the tutorial below to do the following:

  • Change the Permalinks structure to Post name

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/permalink-settings

slide-79
SLIDE 79

79

Privacy Settings

Watch the tutorial below to see how the Privacy Policy page and features work in WordPress.

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/privacy-settings-gdpr

slide-80
SLIDE 80

80

Configuring WordPress

By now you should have gone through all of the WordPress admin pages under Settings and configured your WordPress site. You can stop here until class resumes.

slide-81
SLIDE 81

81

WordPress Content Types

Working in WordPress, you have two main types of content by default: posts and pages. Posts and pages are used for very different things and it’s important to understand the similarities and the differences.

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training/the-three-main-content-types-of-wordpress https://www.linkedin.com/learning/wordpress-5-essential-training/posts-vs-pages

slide-82
SLIDE 82

82

WordPress Content Types - Posts

A Post is an article, a photo, a video, or anything you publish that shows up in a stream, usually in reverse chronological order. A magazine, a newspaper, a blog, or any type of publication online uses Posts. Example: https://www.smashingmagazine.com/articles/

slide-83
SLIDE 83

83

WordPress Content Types - Posts

Organized by publishing date and can be sorted by

  • author. Each post must be placed in one Category

and can have Tags. Categories are overall defining descriptions of your content. Tags are optional, and can further help you relate the content to other pieces of content on your site.

slide-84
SLIDE 84

84

WordPress Content Types - Pages

Unlike a Post, a Page does NOT…

  • Have a published date or author displayed by

default,

  • Show up in a stream,
  • Have Tags or Categories.
slide-85
SLIDE 85

85

WordPress Content Types - Pages

Pages are generally shown as individual elements but they can be organized by parent / child relationships. Pages often have custom templates for unique pages like a Home page. Example: https://www.smashingmagazine.com/about/

slide-86
SLIDE 86

86

Posts vs. Pages

Posts are used for time-based

  • materials. On a news website a

Post would be a news article. Posts are generally things that need to be organized. Would the user want to see

  • ther content related to it? If yes,

it is likely a post. Comments are on by default. Pages are used for timeless and static materials. On a news website a Page would be the Contact or About page. Mostly macro level information about the overall site / people behind the site. Should it go to the menu? If yes, likely a page. Comments are off by default.

slide-87
SLIDE 87

87

WordPress Content Types - Media

Media is any file uploaded through the WordPress admin area. For example: images, videos, PDFs. These files can be reused throughout the WordPress website on any number of Posts and Pages.

Tutorials:

https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/the-media-library

slide-88
SLIDE 88

88

Block Editor Interface

Older tutorials and some WordPress websites may still be using the “Classic Editor” which is a simple WYSIWYG editor. Current tutorials and our WordPress websites will use the newer Block Editor or “Gutenberg” editor.

slide-89
SLIDE 89

89

Block Editor Interface

Classic Editor Block Editor

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training/create-content

slide-90
SLIDE 90

90

Exercise - Adding Content

Use the remaining slides and related tutorials to add content to your WordPress website and organize that content.

Tutorials:

https://www.linkedin.com/learning/wordpress-5-essential-training/manage-content-in-wordpress https://www.linkedin.com/learning/wordpress-5-essential-training/gutenberg-the-wordpress-block-editor

slide-91
SLIDE 91

91

Adding Content to WordPress

Download and extract the provided content for Day 1 from the Instructor website: https://wp.bcitwebdeveloper.ca/instructor/schedule/ Use this content to complete the following tasks and replicate the Vancouver Demo site: https://wp.bcitwebdeveloper.ca/vancity-demo/

slide-92
SLIDE 92

92

Add a Post - Libraries and Museums

Create the Libraries and Museums post.

  • Copy and paste the text from the Word document.
  • Link the text Vancouver Public Library to http://www.vpl.ca/
  • Publish the post.

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training/create-and-edit-links

slide-93
SLIDE 93

93

Edit a Post - Libraries and Museums

Edit the Libraries and Museums post.

  • Create an image block and upload vancouver-library.jpg.
  • Place it between the first and second paragraph.
  • Use the ‘Medium’ image size and ‘Align left’ the block.
  • Update the post.

Tutorials:

https://www.linkedin.com/learning/wordpress-5-essential-training/create-and-manage-blocks https://www.linkedin.com/learning/wordpress-5-essential-training/block-toolbar-and-properties-panel-4 https://www.linkedin.com/learning/wordpress-5-essential-training/the-image-block-3

slide-94
SLIDE 94

94

Edit a Post - Libraries and Museums

Edit the Libraries and Museums post.

  • Convert the last Paragraph block to a Quote block.
  • Move the Quote block before the final Paragraph block.
  • Update the post.

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training/change-block-type-3

slide-95
SLIDE 95

95

Add a Post - Visual Art

Create the Visual Art post.

  • Copy and paste the text from the Word document.
  • Add the following blocks: Cover Image, Gallery, Flickr

Embed, YouTube Embed. Tutorials:

https://www.linkedin.com/learning/wordpress-5-essential-training/other-image-blocks-2 https://www.linkedin.com/learning/wordpress-5-essential-training/embed-blocks

slide-96
SLIDE 96

96

Add a Post - Vancouver Politics

Create the Vancouver Politics post.

  • Copy and paste the text from the Word document.
  • Replicate the demo site’s Vancouver Politics post:

https://wp.bcitwebdeveloper.ca/vancity-demo/vancouver-politics/

  • The following ten block types are used at least once:

Paragraph, Heading, More, Media & Text, Separator, Pullquote, Group, Columns, List, Button. (See next slide)

slide-97
SLIDE 97

97

Add a Post - Vancouver Politics

WordPress 5.5 added the Block Directory, accessible from the Block Editor. You will not need to install custom blocks to complete this post but you can see an example here:

https://make.wordpress.org/plugins/files/2020/07/block-directory.gif

(See next slide)

slide-98
SLIDE 98

98

Add a Post - Vancouver Politics

Tutorials:

https://www.linkedin.com/learning/wordpress-5-essential-training/text-blocks-2 https://www.linkedin.com/learning/wordpress-5-essential-training/media-and-text-layout-block https://www.linkedin.com/learning/wordpress-5-essential-training/group-block https://www.linkedin.com/learning/wordpress-5-essential-training/columns-block https://www.linkedin.com/learning/wordpress-5-essential-training/the-more-block

Hint: WordPress adds classes to each block when the page renders on the front end.

slide-99
SLIDE 99

99

Additional Post Changes

Complete the following tasks:

  • Edit Libraries and Museums to be a Sticky post

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training/publish-update-and-delete-posts-and-pages

slide-100
SLIDE 100

100

Add Categories

Complete the following tasks:

  • Create a Category of Vancouver. Apply this Category to all

three blog posts.

  • Create two child categories of Vancouver: Architecture

and Cultural. Apply these Categories to the relevant posts.

  • Set Vancouver as the Default Category in the Settings.

Tutorials:

https://www.linkedin.com/learning/wordpress-5-essential-training/add-categories-and-tags-2 https://www.linkedin.com/learning/wordpress-5-essential-training/sidebar-the-difference-between-categories-and-tags

slide-101
SLIDE 101

101

Add Tags

Complete the following tasks:

  • Add at least two Tags of your choosing to each of the three

created posts.

  • Try using the Quick Edit
  • ption to do this...

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/advanced-content-management

slide-102
SLIDE 102

102

Add Featured Images

Complete the following tasks:

  • Add a different Featured Image

for each of the three created posts.

  • Use the provided images or your own.
  • Note: See next slide.

Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training/add-a-featured-image-2

slide-103
SLIDE 103

103

Add Featured Images

Note: To limit your confusion on earlier tasks, the Vancouver demo site does not currently have Featured Images set for its posts. If it did, they would look like this:

Blog Index Single Post

slide-104
SLIDE 104

104

Posts Tasks Completed!

If you’ve made it this far then you have completed the tasks related to Posts. Congrats! The remaining slides will cover creating Pages, using the Customizer, creating Menus and using Widgets. If you need a break for the day, feel free to complete these tasks tomorrow afternoon.

slide-105
SLIDE 105

105

Create Pages

Complete the following tasks:

  • Create three pages (Geography, Ecology, Climate).
  • Copy and paste the text from the Word document.
  • Make Geography the Parent page for

both Ecology and Climate. Tutorials:

(These show the old “Classic Editor” so your admin screen will look different.) https://www.linkedin.com/learning/wordpress-4-essential-training/when-to-use-pages https://www.linkedin.com/learning/wordpress-4-essential-training/creating-page-hierarchies

slide-106
SLIDE 106

106

Edit Homepage

Edit the Homepage you created to do the following:

  • Set the title to Welcome to Vancouver
  • Copy and paste the text from the Word document.
  • Set the Page Template to Cover Template.
  • Set a Featured Image.

Tutorial:

(This shows the old “Classic Editor” so your admin screen will look different.) https://www.linkedin.com/learning/wordpress-4-essential-training/using-page-templates

slide-107
SLIDE 107

107

Use the Customizer

Use the WordPress Customizer to do the following:

  • Set the Site Icon (favicon) to the

rainy.png image.

  • Use the Colors and Cover Template
  • ptions to customize the design of

your site to something you choose. Tutorials: (see next slide)

slide-108
SLIDE 108

108

Use the Customizer

Tutorials:

https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/site-identity https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/site-visuals

Note: Menus and Widgets are covered next but feel free to test the other options available in the Customizer too.

slide-109
SLIDE 109

109

WordPress Menus

In WordPress, Menus are used for creating lists of links for navigation. These can be internal links like a header or footer navigation or external links like a list of social media icons.

slide-110
SLIDE 110

110

Create a Main Menu

Create a main Menu for the site navigation:

  • Use either interface to create the menu:
  • Appearance → Customize → Menus
  • Appearance → Menus
  • Use the Word document or the screenshot in the following

slide to see what should be added to the Menu. Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/create-and-customize-menus

slide-111
SLIDE 111

111

Create a Main Menu

If using the interface found under Appearance → Menus… ...you must toggle open Screen Options and check all available checkboxes.

See next slide

slide-112
SLIDE 112

112

Create a Main Menu

Set the Display Location:

  • For our Twenty Twenty Theme, use Desktop Horizontal

Menu.

Add a Custom Link:

  • Set the URL to https://vancouver.ca/ and have the link open

in a new tab.

slide-113
SLIDE 113

113

Create a Social Menu

Create a social media menu for the site:

  • Use either interface to create the menu (see next slides):
  • Appearance → Customize → Menus
  • Appearance → Menus
  • Create a new menu and set the location to Social Menu.
  • Use the Word document to copy the URLs into the Custom

Links.

slide-114
SLIDE 114

114

Create a Social Menu (Customizer Interface)

If using the Customizer...

slide-115
SLIDE 115

115

Create a Social Menu (Menu Interface)

If using the Menu interface...

slide-116
SLIDE 116

116

WordPress Widgets

Widgets are small applications that show information, like links to most recent posts, recent comments, archives, calendars, etc. There are WordPress base widgets and there are widgets that come with themes and plugins. The widget area in Appearance → Widgets has some auto-save functionality.

slide-117
SLIDE 117

117

Customize the Widget Areas

Complete the following tasks:

  • Use either interface to customize the widget areas:
  • Appearance → Customize → Menus
  • Appearance → Menus
  • In the two provided widget areas of the Twenty Twenty

theme, add widgets relevant to the site. Tutorial:

https://www.linkedin.com/learning/wordpress-5-essential-training-site-administration/widgets

slide-118
SLIDE 118

118

All Day 1 Tasks Completed!

That’s it for Day 1 of WordPress. We will continue to work on this Vancouver site tomorrow when we cover Themes, Plugins, Users and how to migrate a WordPress site to a live server.

slide-119
SLIDE 119

119

Going further...

If you’ve gone through everything from Day 1 and would like to learn a bit more about WordPress, try creating a Reusable Block or two. Maybe add a Call to Action at the bottom of each blog post. Tutorials:

https://www.linkedin.com/learning/wordpress-5-essential-training/reusable-blocks-and-how-they-work https://www.linkedin.com/learning/wordpress-5-essential-training/create-and-add-reusable-blocks https://www.linkedin.com/learning/wordpress-5-essential-training/edit-reusable-blocks https://www.linkedin.com/learning/wordpress-5-essential-training/create-templates-with-reusable-blocks