Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created January 2, 2024 23:55
Show Gist options
  • Save henshaw/b57648278ba4a11583cc65bde63f0642 to your computer and use it in GitHub Desktop.
Save henshaw/b57648278ba4a11583cc65bde63f0642 to your computer and use it in GitHub Desktop.
WordPress code for post title and excerpt
<h1><?php the_title(); ?></h1>
<?php echo '<p>' . get_the_excerpt() . '</p>'; ?>
@henshaw
Copy link
Author

henshaw commented Jan 2, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment