• Resolved damiensw

    (@damiensw)


    Hello !
    Is it possible to add the thumbnails in media library?
    Indeed I would like to create posts, add a pdf in a ACF field, and add the PDF thumbnail as post feature image. After I will use those post dynamically.
    It can be done pretty quickly if I can find this thumbnail in media library.
    Here with shortcode it’s too complicated.
    Do you think we can make it work this way ?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author kubiq

    (@kubiq)

    Hello,

    that’s not how this plugin works, but there is a hook, that you can use to do whatever you need, even. eg. add images into the library…

    There is no documentation for that, but it’s a pretty clear and not-so-long code, so take a look on that do_action( 'pdf_thumbnail_generated', $new_filepath, $pdf_id );

    I’m pretty sure that any good WP programmer will be able to implement this for you.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.