Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 805 Bytes

File metadata and controls

26 lines (17 loc) · 805 Bytes

WordPress

This document covers some of the important concepts for WordPress that a developer must learn. These may cover some very basic concepts to advanced concepts as well.

Official documentation

To be added

Online resources

Some core WordPress concepts:

  1. Theme Development
  2. Template Hierarchy
  3. Database Description
  4. What is a Plugin
  5. Plugin Basics

Books

To be added.

Exercises

To be added.

Set up WordPress Coding Standards in VS Code for Windows