All Courses > Up and Running > Chapters > 4. How Everything Talks to Everything Else

4. How Everything Talks to Everything Else

WordPress has lots of moving pieces, and it's crucial to understand how they fit together. This section tackles that topic:

WordPress Hooks, Actions, and Filters: What They Do and How They Work explains WordPress's hooks system.
Including Custom Scripts and Styles In WordPress describes best practices for linking to theme and plugin resources, and for enqueueing CSS stylesheets and JavaScript files in WordPress.
Understanding and Using WordPress Child Themes explains WordPress's child theme system, what it's used for, and how child themes communicate with their parent themes.

Of the topics in this section, pay particular attention to the first chapter, on hooks, actions, and filters. They're really WordPress's way of allowing new code in, and they're crucial to almost everything you'll do in theme and plugin development.

...