1. Урок 1. 00:02:00
    Course Introduction
  2. Урок 2. 00:01:01
    Setting Up WordPress Locally
  3. Урок 3. 00:05:17
    DesktopServer from ServerPress
  4. Урок 4. 00:05:54
    Local from Flywheel
  5. Урок 5. 00:04:18
    Editing WordPress Files Locally
  6. Урок 6. 00:10:35
    Introduction to Staging
  7. Урок 7. 00:10:19
    Pulling from Production to Staging to Local
  8. Урок 8. 00:09:14
    Pushing from Local to Staging to Production
  9. Урок 9. 00:00:51
    PHP for WordPress Introduction
  10. Урок 10. 00:01:39
    What is PHP?
  11. Урок 11. 00:05:00
    Writing Some Basic PHP
  12. Урок 12. 00:06:45
    PRACTICE - PHP Basics
  13. Урок 13. 00:05:57
    WordPress PHP Coding Standards
  14. Урок 14. 00:08:24
    Different Types of PHP Files in WordPress
  15. Урок 15. 00:04:24
    The Loop
  16. Урок 16. 00:07:31
    PRACTICE - The Loop
  17. Урок 17. 00:02:53
    Template Tags
  18. Урок 18. 00:11:47
    PRACTICE - Template Tags
  19. Урок 19. 00:01:43
    WordPress Conditionals
  20. Урок 20. 00:12:28
    PRACTICE - Conditional Tags
  21. Урок 21. 00:06:29
    WordPress Hooks
  22. Урок 22. 00:11:36
    PRACTICE - WordPress Hooks
  23. Урок 23. 00:00:37
    PHP for WordPress Review
  24. Урок 24. 00:01:59
    Chlid Themes v Starter Themes
  25. Урок 25. 00:03:43
    Child Theme Basics
  26. Урок 26. 00:05:27
    DEMO - Child Theme
  27. Урок 27. 00:02:45
    PRACTICE - Child Themes
  28. Урок 28. 00:10:00
    Starter Theme Basics
  29. Урок 29. 00:06:54
    DEMO - Underscore Starter Theme
  30. Урок 30. 00:04:16
    PRACTICE - Starter Themes
  31. Урок 31. 00:02:14
    Child and Starter Themes Review
  32. Урок 32. 00:03:04
    An Introduction to the Template Hierarchy
  33. Урок 33. 00:09:16
    Setting up the Theme Content and Files
  34. Урок 34. 00:06:12
    Working with the style.css file
  35. Урок 35. 00:17:20
    Working with the functions.php file
  36. Урок 36. 00:02:30
    Working with the index.php template
  37. Урок 37. 00:06:58
    Working with Headers in WordPress
  38. Урок 38. 00:03:32
    Working with Footers in WordPress
  39. Урок 39. 00:12:35
    Adding Menus and body_class
  40. Урок 40. 00:08:49
    Adding Markup to a Theme - Part 1
  41. Урок 41. 00:05:40
    Adding Markup to a Theme - Part 2
  42. Урок 42. 00:00:50
    Adding Markup to a Theme - Part 3
  43. Урок 43. 00:03:16
    Working with Sidebars in WordPress
  44. Урок 44. 00:12:54
    Adding Widget Areas in WordPress
  45. Урок 45. 00:07:44
    Working with the Loop
  46. Урок 46. 00:05:16
    Creating Content Includes
  47. Урок 47. 00:05:26
    Working with the singular.php template
  48. Урок 48. 00:06:08
    Working with the single.php template
  49. Урок 49. 00:01:59
    Adding a single-post.php template
  50. Урок 50. 00:07:42
    Working with the comments.php template
  51. Урок 51. 00:13:21
    Working with Post Formats in WordPress
  52. Урок 52. 00:12:40
    The home.php for the Blog Homepage
  53. Урок 53. 00:03:37
    Working with archive.php and Archives in WordPress
  54. Урок 54. 00:06:09
    Working with the author.php template
  55. Урок 55. 00:01:37
    Working with author-id.php and author-nicename.php templates
  56. Урок 56. 00:08:37
    Working with Category Archive Templates
  57. Урок 57. 00:04:58
    Working with Date Archive Templates
  58. Урок 58. 00:07:35
    Working with Media Attachment Templates
  59. Урок 59. 00:08:27
    Mime Type Templates Further Explained
  60. Урок 60. 00:08:09
    Working with Page Templates
  61. Урок 61. 00:08:35
    Working with the front-page.php Template
  62. Урок 62. 00:08:07
    Working with Custom Templates
  63. Урок 63. 00:05:35
    Adding a 404.php template
  64. Урок 64. 00:09:57
    Working with Search Templates
  65. Урок 65. 00:10:41
    Working with Custom Post Type Archives
  66. Урок 66. 00:05:57
    Working with Custom Post Type Single Pages - Part 1
  67. Урок 67. 00:03:58
    Working with Custom Post Type Single Pages - Part 2
  68. Урок 68. 00:04:18
    Working with Custom Taxonomy Archives - Part 1
  69. Урок 69. 00:08:03
    Working with Custom Taxonomy Archives - Part 2
  70. Урок 70. 00:06:28
    Working with Multiple CSS Files
  71. Урок 71. 00:10:18
    Including JavaScript in Your Themes
  72. Урок 72. 00:07:22
    Working with JavaScript Dependencies (like jQuery)
  73. Урок 73. 00:03:45
    Template Hierarchy Review
  74. Урок 74. 00:04:46
    An Introduction to Template Tags
  75. Урок 75. 00:01:27
    General Template Tags - Introduction
  76. Урок 76. 00:06:13
    General Tags - Include Tags
  77. Урок 77. 00:13:09
    General Tags - Login Tags
  78. Урок 78. 00:05:07
    General Tags - bloginfo
  79. Урок 79. 00:08:00
    General Tags - Archive Tags - Part 1
  80. Урок 80. 00:07:46
    General Tags - Archive Tags - Part 2
  81. Урок 81. 00:03:35
    General Tags - Calendar Tags
  82. Урок 82. 00:03:09
    General Tags - Misc Tags
  83. Урок 83. 00:03:16
    PRACTICE - General Template Tags - Part 1
  84. Урок 84. 00:10:26
    PRACTICE - General Template Tags - Part 2
  85. Урок 85. 00:08:34
    Navigation Tags
  86. Урок 86. 00:04:20
    Navigation Tags - CSS Classes
  87. Урок 87. 00:05:21
    Navigation Tags - Walker Class
  88. Урок 88. 00:01:12
    PRACTICE - Navigation Tags - Part 1
  89. Урок 89. 00:04:00
    PRACTICE - Navigation Tags - Part 2
  90. Урок 90. 00:04:09
    Post Tags
  91. Урок 91. 00:03:49
    Post Tags - Class Tags
  92. Урок 92. 00:11:22
    Post Tags - Common Tags - Part 1
  93. Урок 93. 00:07:27
    Post Tags - Common Tags - Part 2
  94. Урок 94. 00:04:37
    Post Tags - Date Tags
  95. Урок 95. 00:05:06
    Post Tags - Attachment Tags
  96. Урок 96. 00:14:41
    Post Tags - Misc Tags
  97. Урок 97. 00:03:34
    Post Tags - get_ Tags
  98. Урок 98. 00:03:01
    PRACTICE - Post Tags - Part 1
  99. Урок 99. 00:02:38
    PRACTICE - Post Tags - Part 2
  100. Урок 100. 00:08:52
    Thumbnail Tags
  101. Урок 101. 00:01:37
    PRACTICE - Thumbnail Tags - Part 1
  102. Урок 102. 00:03:34
    PRACTICE - Thumbnail Tags - Part 2
  103. Урок 103. 00:06:19
    Link Tags
  104. Урок 104. 00:01:35
    PRACTICE - Link Tags - Part 1
  105. Урок 105. 00:02:25
    PRACTICE - Link Tags - Part 2
  106. Урок 106. 00:14:00
    Introduction to Comment Tags
  107. Урок 107. 00:08:42
    Common Comment Tags
  108. Урок 108. 00:02:24
    PRACTICE - Comment Tags - Part 1
  109. Урок 109. 00:02:29
    PRACTICE - Comment Tags - Part 2
  110. Урок 110. 00:07:25
    Author Tags
  111. Урок 111. 00:02:10
    PRACTICE - Author Tags - Part 1
  112. Урок 112. 00:03:27
    PRACTICE - Author Tags - Part 2
  113. Урок 113. 00:05:10
    Conditional Tags
  114. Урок 114. 00:03:52
    Sanitization, Escaping & Localization
  115. Урок 115. 00:03:37
    DEMO - Sanitization Tags
  116. Урок 116. 00:05:14
    DEMO - Escaping Tags
  117. Урок 117. 00:05:09
    DEMO - Localization Tags
  118. Урок 118. 00:01:02
    A Review of Template Tags
  119. Урок 119. 00:03:39
    An Introduction to Hooks in WordPress
  120. Урок 120. 00:06:05
    do_action add_action remove_action
  121. Урок 121. 00:08:38
    Action Hooks in WordPress Core
  122. Урок 122. 00:06:29
    The WordPress Action Runtime Lifecycle
  123. Урок 123. 00:06:49
    Exploring Action Hooks with wp_actions and wp_filter
  124. Урок 124. 00:02:56
    Exploring Action Hooks with R Debug
  125. Урок 125. 00:03:43
    Exploring Action Hooks with Debug Bar Plugins
  126. Урок 126. 00:01:22
    Exploring Action Hooks with Simply Show Hooks Plugin
  127. Урок 127. 00:01:21
    Exploring Action Hook DEMOs
  128. Урок 128. 00:04:27
    DEMO - WordPress Action Hook - do_action
  129. Урок 129. 00:03:12
    DEMO - WordPress Action Hook - enqueue_scripts
  130. Урок 130. 00:04:41
    DEMO - WordPress Action Hook - widget_init
  131. Урок 131. 00:05:00
    DEMO - WordPress Action Hook - loop_end()
  132. Урок 132. 00:04:35
    DEMO - WordPress Action Hook - template_redirect()
  133. Урок 133. 00:06:02
    DEMO - WordPress Action Hook - save_post()
  134. Урок 134. 00:01:25
    PRACTICE - WordPress Action Hooks - Part 1
  135. Урок 135. 00:10:59
    PRACTICE - WordPress Action Hooks - Part 2
  136. Урок 136. 00:00:53
    Filter Hooks in WordPress
  137. Урок 137. 00:06:23
    apply_filters(), add_filter(), remove_filter()
  138. Урок 138. 00:08:56
    apply_filter() in WordPress Core
  139. Урок 139. 00:02:32
    Exploring Filter Hooks with $wp_filter
  140. Урок 140. 00:02:47
    Exploring Filter Hooks with R Debug
  141. Урок 141. 00:00:58
    Exploring Filter Hooks with Debug Bar Plugin
  142. Урок 142. 00:02:07
    Exploring Filter Hooks with Simply Show Hooks Plugin
  143. Урок 143. 00:02:23
    Exploring Filter Hook DEMOs
  144. Урок 144. 00:04:24
    DEMO - WordPress Filter Hook - apply_filters
  145. Урок 145. 00:05:42
    DEMO - WordPress Filter Hook - the_title
  146. Урок 146. 00:06:14
    DEMO - WordPress Filter Hook - the_content
  147. Урок 147. 00:04:15
    DEMO - WordPress Filter Hook - excerpt_more
  148. Урок 148. 00:02:44
    DEMO - WordPress Filter Hook - body_class
  149. Урок 149. 00:03:03
    DEMO - WordPress Filter Hook - manage_posts_columns
  150. Урок 150. 00:00:49
    PRACTICE - WordPress Filter Hooks - Part 1
  151. Урок 151. 00:07:03
    PRACTICE - WordPress Filter Hooks - Part 2
  152. Урок 152. 00:01:14
    Hooks in WordPress Review
  153. Урок 153. 00:01:43
    Introduction to Plugin Development
  154. Урок 154. 00:02:45
    Setting Up the Files
  155. Урок 155. 00:06:54
    Plugin Header
  156. Урок 156. 00:06:44
    Settings Pages
  157. Урок 157. 00:06:45
    Settings Sub Pages
  158. Урок 158. 00:03:04
    Link to Settings
  159. Урок 159. 00:05:59
    Plugin File Paths
  160. Урок 160. 00:03:27
    Enqueuing CSS
  161. Урок 161. 00:03:17
    Enqueuing JS
  162. Урок 162. 00:04:33
    Enqueuing Conditionally
  163. Урок 163. 00:02:48
    PRACTICE - Setup - Part 1
  164. Урок 164. 00:02:44
    PRACTICE - Setup - Part 2
  165. Урок 165. 00:09:57
    The Options API
  166. Урок 166. 00:07:53
    Saving Array Options
  167. Урок 167. 00:01:05
    PRACTICE Options - Part 1
  168. Урок 168. 00:03:41
    PRACTICE Options - Part 2
  169. Урок 169. 00:03:31
    Settings API
  170. Урок 170. 00:06:34
    Settings Sections
  171. Урок 171. 00:14:18
    Settings Fields
  172. Урок 172. 00:12:02
    More Settings Fields
  173. Урок 173. 00:03:46
    Adding Fields to Existing Sections
  174. Урок 174. 00:01:13
    An Introduction to Plugins Review