jeckman / wp-insta-import

Script for use with wp-cli eval-file to import a json formatted instagram export
GNU General Public License v3.0
0 stars 1 forks source link

Insert images into posts, or just attach #4

Closed jeckman closed 1 year ago

jeckman commented 1 year ago

So current version (as I write this) 'uploads' the media (gets them in the appropriate WordPress folder), attaches them to the appropriate post, and then inserts images and videos into the post body.

Should it do so?

Some themes output the images attached to a post even when those aren't in the body of the post_content - not sure which is expected behavior at this point.

Could be a configuration option?

jeckman commented 1 year ago

For now this just assumes they need to be inserted into posts