/2 min read
WordPress Post Formats
Build a Custom Theme
1
Set Up a Child Theme
Inherits from a parent — safe place for customizations.
2
Create style.css and functions.php
Required theme files — header comments matter.
3
Build Templates
header.php, footer.php, single.php, page.php — control output.
4
Enqueue Scripts/Styles
wp_enqueue_script in functions.php — no inline tags.
Master WordPress at Noble Desktop
Noble Desktop's WordPress Bootcamp teaches themes, plugins, and custom site development.
Break up the monotony of your blog flow by changing individual blog post formats. Watch our tutorial to find out how.