Tag: WordPress
Custom Page Templates
Create selectable page templates for unique layouts like landing pages.
Child Themes in WordPress
Extend a parent theme safely with a child theme so updates do not wipe customizations.
Custom WordPress Queries
Create secondary loops for featured posts, related content, and custom listings.
WP_Query in WordPress Themes
Query posts with WP_Query arguments for type, tax, meta, and pagination.
Template Tags in WordPress
Use template tags like the_title, the_permalink, and the_post_thumbnail in templates.
Conditional Tags in WordPress
Change layout/logic with is_single, is_page, is_archive, is_front_page, and more.
single.php in WordPress Themes
Design the single post template for full post content and meta.
page.php in WordPress Themes
Template static pages with page.php and optional custom page templates.