I'm having a trouble un-attaching media from a post without deleting it entirely from my site. Is there a simple way to unattach an image from a post for instance?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
I learned from Brian Fegter that you can Un-attach an image from a post while participating in this question: Can I attach an image to a different post? It isn't exactly "simple", but not to difficult. It's the only solution I've been able to find. |
|||
|
|
|
Is this what you're looking for? e.g. Remove all image attachments from a post
However, please take note of the caution when using wp_update_post. Alternate method using $wpdb
|
||||
|
|