Bulmuşken paylaşalım;

<?php the_content('Read the full post'); ?>
yerine kullanılacak kod bu,

<?php ob_start(); the_content('Read the full post',true); $postOutput = preg_replace('/<img[^>]+./','', ob_get_contents()); ob_end_clean(); echo $postOutput; ?>
Kaynak