Heres what im doing. Scraped content is uploaded to my database. There are a few columns which are post id, title, description and image. The image column contains the url to the scraped image and is saved as blob. Im using a script that automatically creates wordpress posts from this data (id, title, desc and img). Everything works as expected, but im wondering how to get the image to show up in the post?
Comments
Post a Comment