• Resolved mirer03

    (@mirer03)


    Don’t know what I’m doing wrong … are there some prerequisites I have to fullfill? When going to the Articles or pages in the Backend, I only see this in the Box:

    Fatal error: Call to undefined function get_post_thumbnail_id() in … /wp-content/plugins/thumbnailsforbackend/thumbnailsforbackend.php on line 109

    Which is:
    $id_thumb = get_post_thumbnail_id($post->ID);

    Where should this function be defined? Is it missing in my template?

    http://ww.wp.xz.cn/extend/plugins/thumbnailsforbackend/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author g100g

    (@g100g)

    Hi,
    ii fixed this issue with theme don’t add support to Post Thumbnail.

    You can download update here
    http://ww.wp.xz.cn/extend/plugins/thumbnailsforbackend/

    Thanks you for advise.

    Thread Starter mirer03

    (@mirer03)

    Wow, now that was quick 🙂 Works for me now – thank you!
    Maybe one minor issue is left: In articles where I use an ‘old’ picture which I already used before, there is no picture.
    Is this ‘normal’ or part of the fix for the thems not supporting the thumbnails?

    Plugin Author g100g

    (@g100g)

    Hi,
    the plugin get the thumbnail image from images attached to post. Inside media Library.

    If the image is inside the post content, but not attached to post gallery, no thumbnail will be show.

    Let me know if is it this the case.

    Thanks!

    Thread Starter mirer03

    (@mirer03)

    Then everything works fine! As I tried to describe, the articles which don’t show a picture use ‘old’ pictures from other articles because our guys don’t take enough new pictures 😉
    Thanks for the nice plugin and quick support!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Thumbnails for Backend] Function not defined’ is closed to new replies.