Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.25 KB

README.md

File metadata and controls

40 lines (31 loc) · 2.25 KB

 

The "WordPress for Developers" course will teach you how to create sites, WordPress themes and plugins yourself. They can be used both for personal use and for your clients. During the course sessions, you will learn the main features and Hooks & Actions in WordPress, what they are for and how they are used. The training will go through developing WP Plugins and Themes. You will learn what WP-CLI is and the basic commands needed to work. You will learn how to use Gulp to compile SASS code. You will also learn how to use Debugging Tooling.

Topics

  • Introduction to PHP, WordPress and Web Servers
  • WordPress Hooks, Actions and Tools
  • Theme Development Intro
  • Theme Development Tools and improvement
  • Plugin Development Intro
  • Plugin Extension and Enhancement

Exercises:

Exercise
1 Intro to PHP
2 WordPress Hooks, Actions and Tools
3 Theme Development Intro
4 Theme Development Tools and improvement
5 Plugin Development Intro
6 Plugin Development Tools and improvement
7 Exam preparation
8 Exam(Project)

Back to top