Created
March 16, 2022 12:15
-
-
Save wpflames/ad841ee52d715a069a0fb3f15f6d8978 to your computer and use it in GitHub Desktop.
template-parts / content-archive.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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