-
Урок 1.
00:00:58
Welcome
-
Урок 2.
00:02:19
What to know before you start this course
-
Урок 3.
00:02:35
How this course and the lesson files will work
-
Урок 4.
00:01:31
Humescores - A preview of the final project
-
Урок 5.
00:03:05
How to set up a WordPress development environment
-
Урок 6.
00:03:48
Get and install_s
-
Урок 7.
00:03:34
Install and explore WordPress Theme Unit Test data
-
Урок 8.
00:06:28
Install the Developer plugin and other useful plugins
-
Урок 9.
00:06:32
Install and set up NetBeans or another IDE
-
Урок 10.
00:10:32
Automate theme development with Gulp and various tools
-
Урок 11.
00:02:19
Modular, mobile-first design
-
Урок 12.
00:03:09
How do WordPress themes work?
-
Урок 13.
00:02:56
How to make sense of the WordPress template hierarchy?
-
Урок 14.
00:01:50
Underscores - An overview
-
Урок 15.
00:03:32
Explore the Sass partials setup in _s
-
Урок 16.
00:05:32
Configure the theme info
-
Урок 17.
00:08:58
Configure baseline settings and functions
-
Урок 18.
00:05:51
Enqueue and apply custom web fonts
-
Урок 19.
00:08:09
Allow translators to control web fonts
-
Урок 20.
00:04:08
Preconnect custom web fonts for improved performance
-
Урок 21.
00:03:09
Work with Sass and source maps
-
Урок 22.
00:06:19
Create responsive typography
-
Урок 23.
00:05:38
Lay the groundwork for responsive layouts
-
Урок 24.
00:08:03
Style the default header
-
Урок 25.
00:06:54
Add an optional header image function
-
Урок 26.
00:02:21
Show the header image only on the front page
-
Урок 27.
00:05:56
Add an optional custom logo to the header
-
Урок 28.
00:03:34
Fix responsive problems in the header
-
Урок 29.
00:06:27
How to register and display menus?
-
Урок 30.
00:06:33
Apply styles to the menu
-
Урок 31.
00:07:41
Borrow JavaScript from Twenty Seventeen to enable dropdown menus
-
Урок 32.
00:09:47
Customize JavaScript to work with the current theme
-
Урок 33.
00:01:45
Challenge - Add a social media menu to the footer
-
Урок 34.
00:07:08
Solution - Add a social media menu to the footer
-
Урок 35.
00:05:41
Get to know the single post template
-
Урок 36.
00:04:26
Display a category list at the top of the post
-
Урок 37.
00:05:53
Modify the output of post metadata
-
Урок 38.
00:06:25
Apply CSS to the post header
-
Урок 39.
00:03:22
Apply CSS to typical post content
-
Урок 40.
00:02:24
Configure and verify image alignments
-
Урок 41.
00:05:53
Display 'full-bleed' images on smaller screens
-
Урок 42.
00:00:45
Style image captions
-
Урок 43.
00:01:56
Style image galleries
-
Урок 44.
00:06:19
Configure post navigation
-
Урок 45.
00:01:49
Planning an unusual layout
-
Урок 46.
00:02:55
Detect when the sidebar has widgets
-
Урок 47.
00:04:40
Build the structure for displaying the sidebar
-
Урок 48.
00:03:53
Use Flexbox to create a responsive layout
-
Урок 49.
00:04:34
Customize the single post template for a no-sidebar layout
-
Урок 50.
00:03:47
Use Flexbox to create a no-sidebar responsive layout
-
Урок 51.
00:05:18
Get to know the comments template
-
Урок 52.
00:02:29
Configure comments output including Gravatars
-
Урок 53.
00:05:41
Apply CSS to comments
-
Урок 54.
00:02:28
Highlight post author comments
-
Урок 55.
00:03:57
Change the display of the comment form using CSS
-
Урок 56.
00:04:21
Configure the comment section title and navigation
-
Урок 57.
00:03:06
How do featured images (post thumbnails) work?
-
Урок 58.
00:04:46
Display featured images in the single post template
-
Урок 59.
00:03:24
Create custom featured image sizes
-
Урок 60.
00:03:06
Generate new featured image sizes with a plugin
-
Урок 61.
00:04:56
Get to know widget areas, aka 'sidebars'
-
Урок 62.
00:01:53
Use the Monster Widget plugin to test all widgets
-
Урок 63.
00:03:26
Applying CSS to the widget area
-
Урок 64.
00:03:09
Add custom styles to specific widgets
-
Урок 65.
00:01:15
Challenge - Add an optional widget area to the footer
-
Урок 66.
00:07:30
Solution - Add an optional widget area to the footer
-
Урок 67.
00:02:05
Get to know the index template hierarchy
-
Урок 68.
00:01:38
Identify when you are on an archive page
-
Урок 69.
00:08:09
Customize index and archive templates
-
Урок 70.
00:05:31
Add a custom Read More link to index posts
-
Урок 71.
00:02:21
Display excerpts in indexes and archives
-
Урок 72.
00:03:51
Customize the excerpt output
-
Урок 73.
00:04:56
Add featured images to index and archive pages
-
Урок 74.
00:07:20
Add more meaningful archive navigation
-
Урок 75.
00:04:57
Highlight sticky posts
-
Урок 76.
00:05:51
Customize archive pages
-
Урок 77.
00:07:42
Customize the search results page
-
Урок 78.
00:05:05
Customize the 404 error page and empty search results
-
Урок 79.
00:02:42
Get to know the page template
-
Урок 80.
00:01:57
Challenge - Create a page layout with a custom left-aligned sidebar
-
Урок 81.
00:05:55
Solution - Create a page layout with a custom left-aligned sidebar
-
Урок 82.
00:06:25
Customize responsive image output for all images
-
Урок 83.
00:09:16
Add SVG icon functionality
-
Урок 84.
00:03:09
Add your own SVG icons in your theme
-
Урок 85.
00:05:39
Provide fallbacks for browsers without SVG support
-
Урок 86.
00:04:20
Get to know the Customizer
-
Урок 87.
00:04:10
Add controls for the header background color
-
Урок 88.
00:02:24
Preview settings in the Customizer
-
Урок 89.
00:06:04
Apply Customizer changes to the front end
-
Урок 90.
00:04:02
Add sections and radio controls to the Customizer
-
Урок 91.
00:03:29
Change theme output based on Customizer settings
-
Урок 92.
00:06:40
Add editor styles to match front-end styles
-
Урок 93.
00:02:44
Add a screenshot
-
Урок 94.
00:02:15
Going further with WordPress