• Resolved slawer

    (@slawer)


    in screenshoots there is a option like”show thumbnail” but i didnt see a option like that?So i cant use thumbnails in upPrev. By the way in my theme Thumbnails=”resim” in theme functions.php not thumbnail does it matter?(I’m using türkish version of upPRev)

    thank you
    Regards from Turkey

    http://wordpress.org/extend/plugins/upprev/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Marcin Pietrzak

    (@iworks)

    in screenshoots there is a option like”show thumbnail” but i didnt see a option like that?So i cant use thumbnails in upPrev. By the way in my theme Thumbnails=”resim” in theme functions.php not thumbnail does it matter?(I’m using türkish version of upPRev)

    Thumbnails works for themes with thumbnails support. Check functions.php for Function Reference/add theme support.

    Thread Starter slawer

    (@slawer)

    my theme support thumbnails but its have a different name its”resim” how can i change “thumbnails” with”resim” in upPrev

    Plugin Author Marcin Pietrzak

    (@iworks)

    upPrev use standard method to check thumbnails:

    upprev.php line: 420

    if (
        current_theme_supports('post-thumbnails')
        && $show_thumb
        && has_post_thumbnail( get_the_ID() )
    ) {

    and standard methot to ged thumbnail (line 429)

    get_the_post_thumbnail(...)

    If You need use Your own “field” with thumbnail, You must change whole if block.

    Thread Starter slawer

    (@slawer)

    thanks so much Marcin i will try u re a great pluginer:) we need to more plugin from u

    Thread Starter slawer

    (@slawer)

    by the way i changed but its not working whatever i will use withouth Thumbnails 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Thumbnail doesnt work…’ is closed to new replies.