Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
WordPress Theme Development

archive.php in WordPress Themes

List posts by category, tag, date, or CPT archives with archive.php.

archive.php in WordPress Themes — a practical guide to WordPress archive.php with clear examples you can reuse in real projects.

WordPress Theme Development Series (18/96). Prefer one article? Read the complete WordPress theme development tutorial.

Short description

Archives should show titles, excerpts, and pagination. Use `the_archive_title()` for headings.

Archive heading

<h1><?php the_archive_title(); ?></h1>
<?php the_archive_description(); ?>

Leave a reply

Your email address will not be published. Required fields are marked *