load_template and get_template_part in WordPress
A closer look at how WordPress loads template files, why get_template_part is useful, and when helper functions beat raw PHP includes.
A closer look at how WordPress loads template files, why get_template_part is useful, and when helper functions beat raw PHP includes.
See how WordPress template loading works internally and why get_template_part(), get_header(), and load_template() are better than plain PHP includes.
Add CSS classes to WordPress loop items directly or through the post_class filter to support more flexible archive layouts.
Roots 8.0, later renamed Sage, brought a new build workflow, framework agnosticism, and major structural changes.
A practical walkthrough for building a WordPress mobile theme, from choosing a mobile front-end framework to converting HTML into WordPress templates.
A practical summary of the content modules, data structures, and common plugins involved in building a company website with a WordPress corporate theme.
Customize bbPress templates safely through your WordPress theme, enable richer editors, and hook in custom forum features.