Custom Post Types in Themes
Display CPTs in themes — and know when CPT registration belongs in a plugin instead.
Display CPTs in themes — and know when CPT registration belongs in a plugin instead.
Template taxonomy archives and term links cleanly in your theme.
Display custom field values in templates with escaping and fallbacks.
Load theme assets with wp_enqueue_style and wp_enqueue_script.
Register widget areas for sidebars, footers, and homepage modules.
Enable post thumbnails and display featured images in templates.
Support post formats like video, quote, and gallery when your design needs them.
Add live-preview settings with the Theme Customization API (Customizer).
Use the Customizer for theme identity settings: logo, menus, homepage, and colors.
Provide theme options carefully — prefer Customizer/theme.json over heavy options frameworks when possible.