Skip to content

Instantly share code, notes, and snippets.

@nhaskins
Created May 10, 2010 01:18
Show Gist options
  • Save nhaskins/395557 to your computer and use it in GitHub Desktop.
Save nhaskins/395557 to your computer and use it in GitHub Desktop.
wordpress remove images from content
<?php echo preg_replace('/<img[^>]+./','',get_the_content()); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment