Skip to content

Instantly share code, notes, and snippets.

@colegeissinger
Created October 9, 2013 23:35
Show Gist options
  • Save colegeissinger/6910433 to your computer and use it in GitHub Desktop.
Save colegeissinger/6910433 to your computer and use it in GitHub Desktop.
<a href="<?php the_permalink(); ?>">
<span class="arrows">&raquo;</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