• Hey,

    I’ve just corrected an error in advanced-recent-posts-widget.php

    Line 173:
    $thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id($post->ID),'full');
    to
    $thumbnail = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()),'full');

    I think it would be nice if it was only an option to use timthumb and made it possible to select one of the default thumb / image sizes.

    http://wordpress.org/extend/plugins/advanced-recent-posts-widget/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Advanced Recent Posts Widget] Minor Edit’ is closed to new replies.