Skip to content

Learning how to build WordPress themes, child themes, plugins and extend the WordPress functionality.

License

Notifications You must be signed in to change notification settings

mnestorov/dx-onboarding-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Logo

DevriX - Onboarding Tasks

Licence

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

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.