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