Skip to content

Instantly share code, notes, and snippets.

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 Sanabria/414ad6341849229351ad29002194beb2 to your computer and use it in GitHub Desktop.
Save Sanabria/414ad6341849229351ad29002194beb2 to your computer and use it in GitHub Desktop.
Wordpress: Check if the_content is empty / do something only when the_content is empty
<?php if ( get_the_content() ) { ?>
// do or output something
<?php } ?> // break php tag for HTML block
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment