Created
October 9, 2013 23:35
-
-
Save colegeissinger/6910433 to your computer and use it in GitHub Desktop.
This file contains 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
<a href="<?php the_permalink(); ?>"> | |
<span class="arrows">»</span> <h3 class="look_like_h4"><?php the_title(); ?></h3> | |
<span class="blurb"> | |
<?php echo wp_trim_words(strip_shortcodes( get_the_excerpt() ), 20, '...') ; ?> | |
</span> | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment