How do I retrieve just the text of a post in WordPress not including any pictures?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
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. |
|||
|
|