https://github.com/mnestorov/dx-onboarding-tasks
Learning how to build WordPress themes, child themes, plugins and extend the WordPress functionality.
https://github.com/mnestorov/dx-onboarding-tasks
onboarding plugin wordpress wordpress-api wordpress-child-theme wordpress-development wordpress-plugin wordpress-theme
Last synced: 3 months ago
JSON representation
Learning how to build WordPress themes, child themes, plugins and extend the WordPress functionality.
- Host: GitHub
- URL: https://github.com/mnestorov/dx-onboarding-tasks
- Owner: mnestorov
- License: mit
- Created: 2021-11-09T14:19:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T10:18:55.000Z (over 2 years ago)
- Last Synced: 2025-01-22T15:28:31.103Z (over 1 year ago)
- Topics: onboarding, plugin, wordpress, wordpress-api, wordpress-child-theme, wordpress-development, wordpress-plugin, wordpress-theme
- Language: CSS
- Homepage:
- Size: 9.16 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DevriX - Onboarding Tasks

## Overview
This repository has been created with the purpose of documenting and tracking my progress on the onboarding process in DevriX.
## Description
**The objective of this repository is educational only!**
This repository will serve as a visual representation of my progress, highlighting the various stages of my onboarding and WordPress journey.
This repository will provide a centralized location to showcase my onboarding projects, including themes, plugins, customizations, and any other onboarding-related work.
Here are all the tasks performed in terms of the onboarding process in DevriX.
**The tasks are divided into two main categories:**
- Understanding WordPress Themes and Child Themes
- Understanding WordPress Plugins
## Understanding WordPress Themes and Child Themes
Firstly, it's essential to have a solid understanding of themes and child themes in the context of WordPress development. Familiarize yourself with the purpose and benefits of using themes and child themes and how they inherit functionality from parent themes. Additionally, explore their concept and their role in extending WordPress functionality.
## Understanding WordPress Plugins
Take the time to study the plugins that have been implemented within DevriX projects. Review the codebase, functionality, and how they integrate with themes or other plugins. Pay attention to best practices, coding standards, and any customizations specific to DevriX.
---
## Themes
### twentytwentyone-child
**Path to files:** *`wp-content/themes/twentytwentyone-child`*
## Plugins
### **dx-my-onboarding-plugin**
**Path to project files:** *`wp-content/plugins/dx-my-onboarding-plugin`*
### **dx-student-cpt**
**Path to project files:** *`wp-content/plugins/dx-student-cpt`*
### **dx-plugin-settings**
**Path to project files:** *`wp-content/plugins/dx-plugin-settings`*
### **dx-plugin-filter**
**Path to project files:** *`wp-content/plugins/dx-plugin-filter`*
### **dx-display-remote-urls**
**Path to project files:** *`wp-content/plugins/dx-display-remote-urls`*
### **dx-show-students**
**Path to project files:** *`wp-content/plugins/dx-show-students`*
## Resources
- WordPress Codex Home: https://codex.wordpress.org/
- Theme Developer Handbook: https://developer.wordpress.org/themes/
- Plugin Developer Handbook: https://developer.wordpress.org/plugins/
- WordPress Functions Reference: https://developer.wordpress.org/reference/
- Template Hierarchy: https://developer.wordpress.org/themes/basics/template-hierarchy/
- Action Reference: https://codex.wordpress.org/Plugin_API/Action_Reference
- Filter Reference: https://codex.wordpress.org/Plugin_API/Filter_Reference
- WordPress Coding Standards: https://developer.wordpress.org/coding-standards/
These links provide a wealth of information on various aspects of WordPress development, including themes, plugins, functions, template hierarchy, and more. They are excellent resources for learning and understanding WordPress in-depth.
Happy exploring and learning the WordPress!
---
## License
This repository is unlicense[d], so feel free to fork.
