Skip to content

Instantly share code, notes, and snippets.

@theodorocaliari
Created December 8, 2014 11:27
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 theodorocaliari/87b183fc8c9a418a0362 to your computer and use it in GitHub Desktop.
Save theodorocaliari/87b183fc8c9a418a0362 to your computer and use it in GitHub Desktop.
Verify if the_content() is empty
<?php
//https://wordpress.org/support/topic/how-can-i-avoid-displaying-empty-the_content
if($post->post_content != ""){
the_content();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment