How do I retrieve just the text of a post in WordPress not including any pictures?
|
feedback
|
|
You will need to edit the wordpress theme to do this. If you know how to do this, all you need to do is replace the_content(); with this below:
And all images will be removed from your posts. | |||
|
feedback
|