Skip to content

Instantly share code, notes, and snippets.

@wpflames
Created March 16, 2022 12:15
Show Gist options
  • Select an option

  • Save wpflames/ad841ee52d715a069a0fb3f15f6d8978 to your computer and use it in GitHub Desktop.

Select an option

Save wpflames/ad841ee52d715a069a0fb3f15f6d8978 to your computer and use it in GitHub Desktop.
template-parts / content-archive.php
<div class="card">
<h4>
<a href="<?php the_permalink(); ?>">
<?php the_title(); ?>
</a>
</h4>
<div class="meta">
<?php the_date(); ?>
</div>
<?php the_excerpt(); ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment