WordPress Codex

If you want to build a business around the opensource CMS – WordPress you need to know of the codex.

What is it?

  • Hooks
  • Classes
  • Methods

The WordPress Codex is the official WordPress repository of documented hooks, classes and methods. It contains an organized gem of codes or hooks that available for devs to use. Hooks are functions that came out of the box (core) which can instruct WordPress to do certain tasks only.

For example, getting recent posts, taxonomy, etc. Like I said, there’s always a hook available for a certain need.

The codex is a home for like minded Devs and designer that are doing work around the WordPress ecosystem; from crafting themes to developing plugins.

  • Theme Development
  • Plugin Development
  • WP API
  • Child Themes

Similarly, you will see useful discussions central around hooks and solutions for problems.

This post is to help you as a new aspiring dev or designer, if not anyone wants to learn about WordPress and build a business around it. It serves as a pointer to an ultimate pool of resources that can be utilized for maximum gain and productivity.

Please head over to the WordPress Codex and start learning.

Happy Codex-ing! 🙂