• hamellr

    (@hamellr)


    Yes it makes posts immediately after uploading an image. But it does not attach the image to the post. All that is in the post is the file name, which is unclickable.

    So it does save some time, but you still have to go back and edit the posts, attach the image, set the image as featured image if you need too, add tags, categories, text.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Shaharia Azam

    (@shahariaazam)

    It is solved now! Try to update your plugin.

    Thanks,
    Shaharia

    Thread Starter hamellr

    (@hamellr)

    Thank you for the extremely fast response! It is unexpected. While it now works, unfortunately the image attached to the post is the original size of the image. So if you have a 1900x1900px image, it breaks the frames of the theme.

    @hamerllr: You can edit the plugin on $image, and edit “large” to “medium” or other.

    Thread Starter hamellr

    (@hamellr)

    I am changing the following line:

    $image = wp_get_attachment_image_src( $attachId, ‘large’);

    I’ve changed it to ‘small’, ‘medium’ and ‘thumb’. The image gets posted on the front page correctly, but when I go into the post it still grabs the largest sized image which breaks the page formatting. The smaller sized images are being created upon upload.

    How to post images by categories in bulk?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Works, but has issues’ is closed to new replies.