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