• Resolved william.alexander

    (@williamalexander)


    Hi,

    I just installed the plugin. Works great, and I’ve styled it the way I want it. However I am getting no thumbnail at all. I haven’t customized the html in the attributes, so it should still have the default layout, which should include the thumbnail. I want the first image thumbnail, but I’ve tried all settings with no luck, never seen the “no-thumbnail” image even once. How is that possible? I hope you can help. Thanks.

    William

    http://wordpress.org/plugins/wordpress-popular-posts/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter william.alexander

    (@williamalexander)

    A link to the page containing the Popular Posts:
    http://fretmill.com/new-arrivals/martin-omcpa4-rosewood-1399-99/

    I had this same issue. It appears there is an option under widgets for the Popular Posts plugin -> Thumbnail settings -> Display post thumbnail
    It has be checked. I discovered this after sifting through code for an hour o.O Hope it helps.

    Thread Starter william.alexander

    (@williamalexander)

    Ok – that helps, at least, but I’m not using the plugin as a widget, I’m using a template tag for it to show up – if I set it as a widget, the thumbnails do show up. But when I use it as a template tag, they don’t. I wonder if I need to pass some variable into the template tag to get the thumbs to appear? Anyone have an idea?

    I don’t have the ability to test this since I am using it as a widget but try this:

    <?php if (function_exists('wpp_get_mostpopular')) wpp_get_mostpopular(post_html="<li>{thumb} <a href='{url}'>{text_title}</a> </li>"); ?>

    Hope that helps.

    Thread Starter william.alexander

    (@williamalexander)

    I ended up solving this by adding a new widget area where I wanted this to appear and using this plugin as a widget. Thank you for the help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No thumbnails at all – not even the "no thumbnail" image’ is closed to new replies.