Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created October 17, 2017 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/40d5a8fbf27c45e5795a3448fe960849 to your computer and use it in GitHub Desktop.
Save billerickson/40d5a8fbf27c45e5795a3448fe960849 to your computer and use it in GitHub Desktop.
<?php
/**
* Post Summary
*
*/
function be_post_summary() {
echo '<h4><a href="' . get_permalink() . '">' . get_the_title() . '</a></h4>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment