Skip to content

Instantly share code, notes, and snippets.

@ElmahdiMahmoud
Created October 25, 2013 09:21
Show Gist options
  • Select an option

  • Save ElmahdiMahmoud/7151968 to your computer and use it in GitHub Desktop.

Select an option

Save ElmahdiMahmoud/7151968 to your computer and use it in GitHub Desktop.
wp: if excerpt is empty
<?php if(!empty($post->post_excerpt)) {the_excerpt(); } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment